Aiven Blog

Apr 20, 2017

Aiven for Apache Kafka® 0.10.2 now available

Aiven for Apache Kafka® 0.10.2 now available

hannu-valtonen

Hannu Valtonen

|RSS Feed

Co-founder at Aiven

We're making Kafka 0.10.2 available to all our customers today, for our existing customers the updates will be rolled out starting next week.

Improved stability and enhancements

Apache Kafka version 0.10.2 brings many enhancements and bug fixes to Kafka.

Apache Kafka 0.10.2 is also groundbreaking for those who have been using the official Java client. Before the 0.10.2 release newer client versions could not talk to older cluster versions. The new Java client coming with 0.10.2 is finally able to talk to cluster versions 0.10 and 0.10.1 as well as the latest 0.10.2.

The new release comes with lots of other useful bug fixes as well. Previously for example if you deleted a topic, recreated it and tried consuming from it, Kafka would "remember" the old commit offsets. Now that's happily been fixed.

  • [KAFKA-2000] - Delete consumer offsets from kafka once the topic is deleted

Another thing that people have been asking us about is that since Aiven for Apache Kafka does not give out access to Zookeeper directly, they've been not able to use Kafka streams functionality. That situation has now improved on the Apache Kafka side with the removal of the need to use Zookeeper directly.

  • [KAFKA-4060] - Remove ZkClient dependency in Kafka Streams

If you're interested in using the  Kafka Streams functionality with Aiven for Apache Kafka please contact us and we'll get you set up with our beta program for enabling it.

Try the new Aiven for Apache Kafka 0.10.2 for free

Remember that trying Aiven is free: you will receive US$10 worth of free credits at sign-up which you can use to try any of our service plans. The offer works for all of our services: PostgreSQL, Redis, Grafana, OpenSearch and Apache Kafka!

Go to aiven.io to get started!


Subscribe to the Aiven newsletter

All things open source, plus our product updates and news in a monthly newsletter.

Related resources

  • Security updates: Linux® kernel vulnerability illustration

    Mar 14, 2022

    A vulnerability called "Dirty Pipe" (CVE-2022-0847) allows users to increase their access via the page cache. Aiven's CISO writes about our mitigating actions.

  • Introduction to event-based programming illustration

    Nov 8, 2022

    In this article, guest blogger Gigi Sayfan explores event-driven programming: its benefits and shortcomings, how it works, and what useful patterns it brings to the table. We’ll also dive into some fun examples.

  • Introduction to event-driven architecture illustration

    Aug 18, 2021

    Goodbye request-response, welcome producers and consumers! Read on to discover event-driven architecture, the best way to build microservice applications.