dajac commented on code in PR #18756:
URL: https://github.com/apache/kafka/pull/18756#discussion_r1952577743
##########
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java:
##########
@@ -121,9 +121,9 @@ public class ConsumerConfig extends AbstractConfig {
*/
public static final String GROUP_REMOTE_ASSIGNOR_CONFIG =
"group.remote.assignor";
public static final String DEFAULT_GROUP_REMOTE_ASSIGNOR = null;
- public static final String GROUP_REMOTE_ASSIGNOR_DOC = "The server-side
assignor to use. If no assignor is specified, " +
- "the group coordinator will pick one. This configuration is applied
only if <code>group.protocol</code> is " +
- "set to \"consumer\".";
+ public static final String GROUP_REMOTE_ASSIGNOR_DOC = "The server-side
assignor to use (name for builtin server assignors or full class names for
custom server assignor). " +
Review Comment:
It is always the short name of the assignor regardless of whether it is a
builtin or a custom one.
--
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]