AndrewJSchofield commented on code in PR #20870:
URL: https://github.com/apache/kafka/pull/20870#discussion_r2520027611
##########
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java:
##########
@@ -112,9 +112,8 @@ public class ConsumerConfig extends AbstractConfig {
*/
public static final String GROUP_PROTOCOL_CONFIG = "group.protocol";
public static final String DEFAULT_GROUP_PROTOCOL =
GroupProtocol.CLASSIC.name().toLowerCase(Locale.ROOT);
- public static final String GROUP_PROTOCOL_DOC = "The group protocol
consumer should use. We currently " +
- "support \"classic\" or \"consumer\". If \"consumer\" is specified,
then the consumer group protocol will be " +
- "used. Otherwise, the classic group protocol will be used.";
+ public static final String GROUP_PROTOCOL_DOC = "The group protocol that
the consumer uses. The " +
+ "supported values are <code>classic<\code> or <code>consumer<\code>.
The default value is <code>classic<\code>.";
Review Comment:
Build failure because it doesn't like `<\code>`. Please replace with
`</code>`.
--
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]