popsunlake opened a new pull request, #22879: URL: https://github.com/apache/kafka/pull/22879
The Kafka Connect administration guide currently states that an omitted `connect.protocol` defaults to `compatible`. However, `DistributedConfig` defines the current default as `sessioned`, while `compatible` remains a distinct mode used in the rolling-upgrade description. This change corrects the documented default without altering the surrounding upgrade guidance. The value was verified against `DistributedConfig` and `ConnectProtocolCompatibility`. No Kafka tests were run because this is a documentation-only change; `git diff --check` passed. -- 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]
