andyhuangdev opened a new pull request, #23422: URL: https://github.com/apache/kafka/pull/23422
Warn when a Kafka Connect sink task uses `group.protocol=CONSUMER`, since this combination has not been fully tested for production use. This follows the [review discussion in PR #23364](https://github.com/apache/kafka/pull/23364#discussion_r3976326919), which recommends warning users while preserving the existing ability to select the consumer group protocol. Check the effective consumer configuration in `SinkTaskBuilder.doBuild()` after worker settings and connector overrides are merged. Preserve the configured protocol and include the task ID in the warning. Test plan: - Passed 4 parameterized cases covering warnings for `CONSUMER` and no warnings for `CLASSIC`, with topic creation enabled and disabled. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
