DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Change is impacting all users using any available constructor of ConsumerGroupMetadata class.
- For Kafka 4.1, we need to should keep the the ConsumerGroupMetadata class ConsumerGroupMetadata as-is , to maintain for backward compatibility. We should only deprecate both constructors, , but deprecate all constructors and update the JavaDocs saying, that to indicate this class will become an interface in the future.
- For Kafka 5.0, we do the actual code change from class to interface.
...