0
votes

Is there an equivalent configuration for "AdminClientConfig.RETRIES_CONFIG" for the internal AdminZkClient?

The java code base that I am working on uses AdminZkClient to create a topic and the creation fails during zookeeper failover. I could update the code base to use AdminClient but am wondering if there is any way I could configure the same on AdminZkClient.