Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

org.apache.kafka.clients.consumer.KafkaConsumer will have a new method overload: subscribe(Pattern pattern)

No breaking change is expected.

Proposed Changes

org.apache.kafka.clients.consumer.KafkaConsumer should have a new method overload: subscribe(Pattern pattern) that calls subscribe(Pattern pattern, ConsumerRebalanceListener listener) with new NoOpConsumerRebalanceListener() as the second argument.

Compatibility, Deprecation, and Migration Plan

...