The difference in kafka is 0.8 with kafa 0.10

Can anyone point out the main distinguishing features in Kafka 0.10 compared to kafka 0.8.

We are thinking about upgrading our Kafka-8 to Kafka-10. What problems can be solved during the upgrade?

Thanks in advance.

+4
source share
4 answers

You can simply identify changes and effects of the update if you are ready to update it to 0.10.

Update from 0.8.x to 0.10.0.0

+3
source

0.10 adds the following value over 0.8

  • Kafka Thread API
  • Kafka Connect API
  • new unified consumer API
  • Transport Encryption Using TLS / SSL
  • Kerberos / SASL Authentication Support
  • zookeeper (, Kafka)
  • .
+4
+2

0.10

  • Zookeeper . 0.10 zookeeper. API-
  • URL- zookeeper .
  • Introduced Kafka Threads API and Connection APIs.
  • 0.11 transactions were introduced in Kafka that allow Kafka to have exactly one delivery
  • for tracking offsets there is a class class class KafkaConsumerGroup
0
source

All Articles