Kafka Producer and Consumer API Enhancements
What's coming in Apache Kafka 0.8.2 | Confluent

What's coming in Apache Kafka 0.8.2 | Confluent

12/1/2014 · Neha Narkhede

What this post added

Introduces a new Java producer client that unifies sync and async behavior, improves batching with `linger.ms`, and enhances parallel network communication. Adds a delete topic feature and moves offset management from ZooKeeper to a compacted Kafka topic (__consumer_offsets) for improved scalability. Operational improvements include automated leader rebalancing, controlled shutdown, stronger durability guarantees with `unclean.leader.election` and `min.isr` settings, and connection quotas (`max.connections.per.ip`).

Read the original post ↗