frankvicky commented on code in PR #17373:
URL: https://github.com/apache/kafka/pull/17373#discussion_r1812168338
##########
core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala:
##########
@@ -128,7 +124,7 @@ class PlaintextAdminIntegrationTest extends
BaseAdminIntegrationTest {
try {
val alterLogLevelsEntries = Seq(
- new ConfigEntry("kafka.controller.KafkaController",
LogLevelConfig.INFO_LOG_LEVEL)
+ new ConfigEntry("kafka.server.ControllerServer",
LogLevelConfig.INFO_LOG_LEVEL)
Review Comment:
Yes, I intentionally made this change to align with the removal of zk tests.
--
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]