Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.0.0, 1.2.0
Description
Currently the method
public void onPartitionsRevoked(Collection<TopicPartition> partitions) {
has the following condition
if (isAtLeastOnceProcessing() && initialized) { initialized = false; ... }
initialized should be set to false independently of the processing guarantee
Attachments
Issue Links
- links to