dongnuo123 commented on code in PR #22457:
URL: https://github.com/apache/kafka/pull/22457#discussion_r3390211842


##########
core/src/test/scala/unit/kafka/server/ConsumerProtocolMigrationTest.scala:
##########
@@ -395,7 +395,7 @@ class ConsumerProtocolMigrationTest(cluster: 
ClusterInstance) extends GroupCoord
       new ClusterConfigProperty(key = 
GroupCoordinatorConfig.CONSUMER_GROUP_MIGRATION_POLICY_CONFIG, value = 
"disabled")
     )
   )
-  def testDowngradeWithDisabledMigrationPolicy(): Unit = {

Review Comment:
   It was originally intended to test that downgrade is not allowed when the 
policy is disabled even if all members are classic members. Now we reject all 
classic joins to a consumer group so such thing can't happen in a real setting



-- 
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]

Reply via email to