Home / Companies / Confluent / Blog / January 2016

January 2016 Summaries

3 posts from Confluent

Filter
Month: Year:
Post Summaries Back to Blog
Apache Kafka's new Consumer API, introduced in version 0.9, offers several advantages over its predecessors. It is built on top of a new group coordination protocol and supports manual partition assignment, automatic commits, and asynchronous offset commits. The tutorial provided demonstrates the basic usage of the new consumer, including how to subscribe to topics, handle rebalancing, commit offsets, and inspect consumption progress from the command line. It also covers the synchronous and asynchronous commit APIs, as well as how to use the Consumer API for simple consumers that do not require consumer groups. The tutorial encourages users to try out the new consumer and report any issues they encounter on the Kafka mailing list or JIRA.
Jan 21, 2016 4,334 words in the original blog post.
Apache Kafka 0.9.0.0 includes numerous bug fixes and improvements over its predecessor, addressing issues such as replication problems, MirrorMaker reliability, log management, log compaction, connection leaks, metadata cache synchronization, request purgatory optimization, and producer timeouts. These fixes enhance the overall stability and operability of the system, ensuring that users can rely on Kafka's high-quality performance in future releases.
Jan 13, 2016 794 words in the original blog post.
The blog post introduces the latest developments in the Apache Kafka and stream processing community, highlighting the release of Apache Kafka 3.8.0, which includes numerous new features and improvements. It invites readers to explore the full release notes for a comprehensive list of changes. The post also humorously touches on the classic "tabs versus spaces" debate by proposing a Kafka-related solution using the new confluent-kafka-javascript client to build an application that manages vote counts. This reflects the community's ongoing innovation and engagement with practical and playful uses of technology.
Jan 01, 2016 159 words in the original blog post.