dajac commented on code in PR #16120:
URL: https://github.com/apache/kafka/pull/16120#discussion_r1619225494
##########
core/src/test/scala/unit/kafka/server/KafkaApisTest.scala:
##########
@@ -7029,9 +7039,10 @@ class KafkaApisTest extends Logging {
requestChannelRequest.context,
consumerGroupHeartbeatRequest
)).thenReturn(future)
- kafkaApis = createKafkaApis(overrideProperties = Map(
- GroupCoordinatorConfig.NEW_GROUP_COORDINATOR_ENABLE_CONFIG -> "true"
- ))
+ kafkaApis = createKafkaApis(
+ overrideProperties =
Map(GroupCoordinatorConfig.GROUP_COORDINATOR_REBALANCE_PROTOCOLS_CONFIG ->
"classic,consumer"),
+ raftSupport = true
Review Comment:
because we use the kraft metadata cache now. i am not really happy with how
`createKafkaApis` works but i refrained myself from changing everything in this
patch :).
--
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]