Replace AdminZkClient with AdminClient
See original GitHub issueMotivations:
-
AdminZkClient
gets information from Zookeeper which will be removed from Kafka as a dependency (KIP-500). -
Java doc of
AdminZkClient
class saysThis is an internal class and no compatibility guarantees are provided, see org.apache.kafka.clients.admin.AdminClient for publicly supported APIs.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
AdminClient (kafka 2.2.0 API)
Evolving public abstract class AdminClient extends java.lang.Object implements java.lang. ... Change the log directory for the specified replicas.
Read more >How to create a Topic in Kafka through Java - Stack Overflow
AdminClient ; import org.apache.kafka.clients.admin. ... There is new API AdminZkClient which we can use to manage topics in Kafka server.
Read more >kafka.zk.AdminZkClient.scala Maven / Gradle / Ivy
AdminZkClient.scala maven / gradle build tool code. The class is part of the package ➦ Group: org.apache.kafka ... AdminClient for publicly supported APIs....
Read more >How to manipulate client settings through AdminAPI?
<https://kafka.apache.org/20/javadoc/org/apache/kafka/clients/admin/AdminClient.html#alterConfigs-java.util.Map-> method is probably the way to go.
Read more >TopicCommand — Topic Management on Command Line
bin/kafka-topics.sh Create, delete, describe, or change a topic. ... createTopic creates a new AdminZkClient (with the input KafkaZkClient).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue seems to be fixed, ref. https://github.com/linkedin/cruise-control/wiki/Run-without-ZooKeeper. Close issue?
Question to confirm my understanding of this work. Once complete, this will remove the need to configure ZK access. If so, great!