aglicacha commented on code in PR #12729:
URL: https://github.com/apache/kafka/pull/12729#discussion_r1022873007
##########
core/src/main/scala/kafka/zk/AdminZkClient.scala:
##########
@@ -355,18 +355,43 @@ class AdminZkClient(zkClient: KafkaZkClient) extends
Logging {
* @param entityName The entityName of the entityType
* @param configs The config of the entityName
*/
- def changeConfigs(entityType: String, entityName: String, configs:
Properties): Unit = {
+ def changeConfigs(entityType: String, entityName: String, configs:
Properties, isUserClientId: Boolean = false): Unit = {
Review Comment:
Done.
--
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]