dajac commented on code in PR #15411:
URL: https://github.com/apache/kafka/pull/15411#discussion_r1553480909
##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -677,6 +679,7 @@ object KafkaConfig {
val ConsumerGroupMaxHeartbeatIntervalMsDoc = "The maximum heartbeat interval
for registered consumers."
val ConsumerGroupMaxSizeDoc = "The maximum number of consumers that a single
consumer group can accommodate."
val ConsumerGroupAssignorsDoc = "The server side assignors as a list of full
class names. The first one in the list is considered as the default assignor to
be used in the case where the consumer does not specify an assignor."
+ val ConsumerGroupMigrationPolicyDoc = "The config that enables converting
the classic group using the consumer embedded protocol to the consumer group
using the consumer group protocol and vice versa. " +
ConsumerGroupMigrationPolicy.validValuesDescription
Review Comment:
Thanks. I would rather prefer to keep all the documentation defined here.
This is what we usually do.
--
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]