-
It seems like `getMetadata` should be available on the AdminClient. It would simplify managing topics from one client instance. The only other option is to spin up a producer or consumer client and …
-
Description
===========
I was doing some testing with the Admin client where I delete and recreate topics over and over again with new names over a period of three days and I see that the admin clie…
-
Hi,
ZkUtils, AdminUtils were marked for Deprecation since the introduction of Kafka v2.0.0
It would be great if the dependency on ZkUtils, AdminUtils can be looked at as Kafka v2.4.1 removes these…
-
Description
===========
Calls to AdminClient.create_topic() seem to spin indefinitely (even with `request_timeouts` added). This is after previous calls to retrieve the topics succeed (so the config…
-
- [x] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。
## deployment部署的knowstreaming,接入statefulset部署的kafka集群提示超时
```
[root@k8s-master-01:~] # kubectl get pod -n knowst…
-
control-center | [kafka-admin-client-thread | adminclient-1] WARN org.apache.kafka.clients.NetworkClient - [AdminClient clientId=adminclient-1] Connection to node -1 (broker/172.18.0.3:29092) coul…
-
Add support for [KIP-396](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97551484) which was added to the Java AdminClient in the Kafka 2.5.0
> Resetting the offsets of a consumer…
-
After invoking the close() function in lib/ldapauth.js, node will not terminate normally because _adminClient and _userClient are still bound. I suggest to rewrite the code in order to unbind both cl…
ghost updated
10 years ago
-
When executing `list topics;`, KSQL calls `KafkaTopicClient#describeTopics()` ([link](https://github.com/confluentinc/ksql/blob/2be838541e1528098abf69936a2eb6d71d742b1a/ksql-rest-app/src/main/java/io/…
-
We require a viable solution to fix the checkstyle errors right in IDE. Currently you have to compile and visit each class present in logs.
This should work something like eslint/prettier with visual…