You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/05/04 23:51:24 UTC

[GitHub] [kafka] cmccabe commented on a change in pull request #8610: KAKFA-9942: --entity-default flag is not working for alternating / describing configs in AdminClient

cmccabe commented on a change in pull request #8610:
URL: https://github.com/apache/kafka/pull/8610#discussion_r419793778



##########
File path: core/src/main/scala/kafka/zk/KafkaZkClient.scala
##########
@@ -329,11 +329,13 @@ class KafkaZkClient private[zk] (zooKeeperClient: ZooKeeperClient, isSecure: Boo
   def getEntityConfigs(rootEntityType: String, sanitizedEntityName: String): Properties = {
     val getDataRequest = GetDataRequest(ConfigEntityZNode.path(rootEntityType, sanitizedEntityName))
     val getDataResponse = retryRequestUntilConnected(getDataRequest)
-
+    warn(s"rootEntityType = $rootEntityType sanitizedEntityName = $sanitizedEntityName")

Review comment:
       should be removed, right?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org