Skip to content

Commit 1f01641

Browse files
committed
update doc
1 parent 14712ee commit 1f01641

2 files changed

Lines changed: 10 additions & 45 deletions

File tree

docs/kafka.md

Lines changed: 4 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Resources
1212

1313
* [Kafka: a Distributed Messaging System for Log Processing](http://notes.stephenholiday.com/Kafka.pdf) (Paper)
1414

15+
* [The Internals of Kafka Streams](https://jaceklaskowski.gitbooks.io/mastering-kafka-streams) (Book)
16+
17+
* [Gently down the stream](https://www.gentlydownthe.stream) (Kid's Book)
18+
1519
* [Schema Registry](https://docs.confluent.io/current/schema-registry/docs/index.html)
1620

1721
* [KafkaProducer javadocs](https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html)
@@ -20,51 +24,6 @@ Resources
2024

2125
* [Reactive Kafka](https://doc.akka.io/docs/akka-stream-kafka/current/home.html)
2226

23-
* [The Internals of Kafka Streams](https://jaceklaskowski.gitbooks.io/mastering-kafka-streams)
24-
25-
* [Kafka Streams Topology Visualizer](https://zz85.github.io/kafka-streams-viz)
26-
27-
Articles
28-
29-
* [What is the actual role of Zookeeper in Kafka?](https://www.quora.com/What-is-the-actual-role-of-Zookeeper-in-Kafka-What-benefits-will-I-miss-out-on-if-I-don%E2%80%99t-use-Zookeeper-and-Kafka-together/answer/Gwen-Shapira)
30-
31-
* [Should you put several event types in the same Kafka topic?](http://martin.kleppmann.com/2018/01/18/event-types-in-kafka-topic.html)
32-
33-
* [How to choose the number of topics/partitions in a Kafka cluster?](https://www.confluent.io/blog/how-choose-number-topics-partitions-kafka-cluster)
34-
35-
* [Kafka Partitioning](https://simplydistributed.wordpress.com/2016/12/13/kafka-partitioning)
36-
37-
* [The Log: What every software engineer should know about real-time data's unifying abstraction](https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying)
38-
39-
* [How to use Apache Kafka to transform a batch pipeline into a real-time one](https://medium.com/@stephane.maarek/how-to-use-apache-kafka-to-transform-a-batch-pipeline-into-a-real-time-one-831b48a6ad85)
40-
41-
* [Introducing Kafka Streams: Stream Processing Made Simple](https://www.confluent.io/blog/introducing-kafka-streams-stream-processing-made-simple)
42-
43-
* [Unifying Stream Processing and Interactive Queries in Apache Kafka](https://www.confluent.io/blog/unifying-stream-processing-and-interactive-queries-in-apache-kafka)
44-
45-
* [Of Streams and Tables in Kafka and Stream Processing](https://www.michael-noll.com/blog/2018/04/05/of-stream-and-tables-in-kafka-and-stream-processing-part1)
46-
47-
* [Enabling Exactly-Once in Kafka Streams](https://www.confluent.io/blog/enabling-exactly-kafka-streams)
48-
49-
* [Apache Kafka: 8 things to check before going live](https://ariskk.com/kafka-8-things)
50-
51-
* [Gently down the stream](https://www.gentlydownthe.stream)
52-
53-
* [Apache Kafka vs Apache Pulsar](https://digitalis.io/blog/kafka/apache-kafka-vs-apache-pulsar)
54-
55-
* [Kafka Connect Fundamentals](https://www.confluent.io/blog/kafka-connect-tutorial)
56-
57-
Tools
58-
59-
* [kafkacat](https://github.com/edenhill/kafkacat)
60-
* [Kafka-Utils](https://github.com/Yelp/kafka-utils)
61-
* [Insulator](https://andrewinci.github.io/Insulator) (GUI)
62-
* [KLoadGen](https://github.com/corunet/kloadgen)
63-
* [Kowl](https://github.com/cloudhut/kowl)
64-
* [UI for Apache Kafka](https://github.com/provectus/kafka-ui)
65-
* [Cruise Control](https://github.com/linkedin/cruise-control)
66-
* [CMAK](https://github.com/yahoo/CMAK)
67-
6827
## Architecture
6928

7029
* Kafka is a publish/subscribe messaging system often described as a *distributed commit log* or *distributing streaming platform*

docs/other-resources.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,10 @@
4343
* [suckless](http://suckless.org)
4444
* [Biohacking Lite](https://karpathy.github.io/2020/06/11/biohacking-lite)
4545

46+
## Hacker News
47+
48+
* [Ask HN: Great Blogs by Programmers](https://news.ycombinator.com/item?id=30245247)
49+
* [Ask HN: Can I see your cheatsheet?](https://news.ycombinator.com/item?id=31928736)
50+
* [Ask HN: What are the major open source alternatives to Auth0?](https://news.ycombinator.com/item?id=29392517)
51+
4652
<br>

0 commit comments

Comments
 (0)