question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Replace AdminZkClient with AdminClient

See original GitHub issue

Motivations:

  1. AdminZkClient gets information from Zookeeper which will be removed from Kafka as a dependency (KIP-500).

  2. Java doc of AdminZkClient class says This is an internal class and no compatibility guarantees are provided, see org.apache.kafka.clients.admin.AdminClient for publicly supported APIs.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
erikgbcommented, May 23, 2022

This issue seems to be fixed, ref. https://github.com/linkedin/cruise-control/wiki/Run-without-ZooKeeper. Close issue?

1reaction
tmcgrathcommented, Aug 13, 2021

Question to confirm my understanding of this work. Once complete, this will remove the need to configure ZK access. If so, great!

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found