I have to upgrade Kafka from 0.10.0 to 2.0.0 for a production system. Is it a stable release? Also, is there a concept of GA, RC, and M2 for Kafka releases?
Asked
Active
Viewed 961 times
1
-
2.0.0 is the latest release. The current stable version is 2.0.0. – Alihossein shahabi Sep 06 '18 at 07:36
-
Most companies would prefer to stay one back on 1.1.x patch release though. There's also lots of other changes to take into account than only the version, though – OneCricketeer Sep 06 '18 at 12:46
1 Answers
3
Yes Kafka 2.0.0 is a stable release and it can be used in production.
Apache Kafka also uses Release Candidates before releasing new stable versions. For example 2.0.0 went through 3 RCs before reaching GA. (RC0, RC1, RC2).
Apache Kafka however does not use Milestone Releases. A Timed-based release plan was voted by the community and is used to produce regular GA (production ready) releases.

Mickael Maison
- 25,067
- 7
- 71
- 68
-
Is kafka 2.2.X stable, as i need it for my project for the real time data. – Prathamesh Doke Jul 18 '19 at 06:25
-