Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to a book, a blog and a library #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
- [Strimzi](https://github.com/strimzi/strimzi-kafka-operator) - Operator for deploying and running Apache Kafka on Kubernetes and OpenShift
- [Kafka Manager](https://github.com/yahoo/kafka-manager) - Web-based tool for managing a Kafka cluster
- [Kafdrop](https://github.com/obsidiandynamics/kafdrop) - Web UI for browsing Kafka topics and consumer groups
- [Jackdaw](https://github.com/obsidiandynamics/jackdaw) - Simple configuration and mocking of Kafka clients

## Kafka UI
- [kafka-topics-ui](https://github.com/lensesio/kafka-topics-ui)
Expand Down Expand Up @@ -129,8 +130,10 @@
## Blogs
- [CodingJunkie](http://codingjunkie.net/) Random Thoughts on Coding by Bill Bejeck
- [Understanding Kafka with Factorio](https://hackernoon.com/understanding-kafka-with-factorio-74e8fc9bf181)
- [Apache Kafka in a Nutshell](https://medium.com/swlh/apache-kafka-in-a-nutshell-5782b01d9ffb)

## Books
- [Effective Kafka](http://apachekafkabook.com/)
- [Kafka Streams in Action](https://www.manning.com/books/kafka-streams-in-action)
- [Kafka in Action](https://www.manning.com/books/kafka-in-action)
- [Kafka the Definitive Guide](http://shop.oreilly.com/product/0636920044123.do)