Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
In kafka-3.1.0, we enable partition discovery by default and set EARLIEST offset strategy for later discovered partitions.
-
Important
Description
This improvement implements FLIP-288.
this Flip has there main objectives:
- Enable partition discovery by default.
- Provide a EARLIEST strategy for later discovered partitions.
- Organize the code logic of the current built-in OffsetsInitializer, then modify the JavaDoc to let users know.
Each objective corresponds to a sub-task