Copilot commented on code in PR #22374: URL: https://github.com/apache/kafka/pull/22374#discussion_r3304268326
########## docs/streams/developer-guide/config-streams.md: ########## @@ -1365,7 +1365,7 @@ Serde for the inner class of a windowed record. Must implement the `Serde` inter ### group.protocol -> The group protocol used by the Kafka Streams client used for coordination. It determines how the client will communicate with the Kafka brokers and other clients in the same group. The default value is `"classic"`, which is the classic consumer group protocol. Can be set to `"streams"` (requires broker-side enablement) to enable the new Kafka Streams group protocol. Note that the "streams" rebalance protocol is an Early Access feature and should not be used in production. +> The group protocol used by the Kafka Streams client used for coordination. It determines how the client will communicate with the Kafka brokers and other clients in the same group. The default value is `"classic"`, which is the classic consumer group protocol. Can be set to `"streams"` (requires broker-side enablement) to enable the new Kafka Streams group protocol. Review Comment: This line ends with two trailing spaces, which in Markdown forces a hard line break inside the blockquote. Since there’s already a blank line after it, the hard break is unnecessary and can slightly change rendering; consider removing the trailing spaces. -- 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]
