The company that created Kafka is replacing it with a new solution
https://vutr.substack.com/p/the-company-that-created-kafka-is
The company that created Kafka is replacing it with a new solution
https://vutr.substack.com/p/the-company-that-created-kafka-is
2025: A Clean Docker Compose Setup Without ZooKeeper
Introducing KIP-848: The Next Generation of the Consumer Rebalance Protocol
https://www.confluent.io/blog/kip-848-consumer-rebalance-protocol/
Kafka connectors migration feat. Kestra
https://blogit.michelin.io/kafka-connectors-migration-feat-kestra/
Securing Apache Kafka Clusters
https://www.javacodegeeks.com/2025/03/securing-apache-kafka-clusters.html
What is Buf and why you should be interested if you use Kafka
#Error Handling #Patterns for #ApacheKafka Applications
https://www.confluent.io/blog/error-handling-patterns-in-kafka/
Introducing Northguard and Xinfra: scalable log storage at LinkedIn
https://www.linkedin.com/blog/engineering/infrastructure/introducing-northguard-and-xinfra
Kafka Streams - Lightweight Real-Time Processing for Supplier Stats
https://jaehyeon.me/blog/2025-06-03-kotlin-getting-started-kafka-streams/
Kafka Add Partitions In Topic Example
https://www.javacodegeeks.com/kafka-add-partitions-in-topic-example.html
Kafka vs RabbitMQ Performance (Latency - Throughput - Saturation)
Kafka and RabbitMQ are both high-performance message transmission systems, but they have different use cases and features.
Course | Apache Kafka 101 (2025 edition)
https://youtube.com/playlist?list=PLf38f5LhQtheK16nwnCYFqH23WUUvZfSb&si=6uj8DgZEf8j8uwk4
https://www.europesays.com/us/7694/ Spring News Roundup: Spring Vault Milestone, Point Releases and End of OSS Support #AMQP #ApacheKafka #ApachePulsar #Architecture&Design #Arts #ArtsAndDesign #Authorization #Design #Development #Entertainment #Java #OpenSource #SpringBoot #SpringIntegration #SpringModulith #SpringNewsRoundupJun162025 #SpringSecurity #UnitedStates #UnitedStates #US
Build a Full-Stack mini Twitter Clone with Quarkus, Kafka, and Qute
https://myfear.substack.com/p/build-twitter-clone-quarkus-kafka-qute
Kafka Schema Registry Migrator
A tool for migrating schemas between Kafka Schema Registry instances, with support for contexts, import mode, and ID collision handling.
The state of Kafka, event systems & stream-processing technology.
Kafka vs. Pulsar: Choosing the Right Java Streaming Library
https://www.javacodegeeks.com/2025/01/kafka-vs-pulsar-choosing-the-right-java-streaming-library.html
Partition assignment example.
See the behavior of the partition assignment in different configuration
https://github.com/tomasalmeida/kafka-partition-assignment-examples
This project demonstrates three different Kafka delivery modes using Spring Boot;
At-most-once delivery
At-least-once delivery
Exactly-once delivery
Example microservices showing how to use Kafka and Kafka Streams with Spring Boot on the example of distributed transactions implementations with the SAGA pattern