Questions tagged [kafka-topic]

202 questions
0
votes
1 answer

KAFKA - how to re-balance the partitions to available brokers

we have 3 kafka machines and 3 zookeeper's servers kafka1 - 1001 ( broker ID ) kafka2 - 1002 ( broker ID ) kafka3 - 1003 ( broker ID ) we have issue is about to re-balance the partitions to available brokers , we can see ( down ) that some…
King David
  • 500
  • 1
  • 7
  • 20
0
votes
0 answers

Split 1 topic/partitions into multiple topics

I am only starting to learn about Kafka Topic/Partitions, So I have a case where I have 1 topic and a possible 10,000 partitions possibly more. I'm assuming having 10,000 partitions is a very large number and this is discouraged. So what I am…
M_K
  • 3,247
  • 6
  • 30
  • 47
0
votes
0 answers

Kafka Topics not receiving messages and not being deleted

I'm having some troubles with kafka topics. We have on our development environment kafka version 2.0, and I've checked for topic deletion to be enabled. Infact I've been able to delete some topics, but there are few that won't be deleted no matter…
Giacomo Giovannini
  • 177
  • 2
  • 2
  • 14
0
votes
1 answer

Kafka multiple Topics into the same avro file

i am new of the KAFKA protocol's world and i would like to ask you some inportant information related to my project. I am using AVRO file for producing and consuming messages, i want to know if i can use the same avro file for multiple Topics maybe…
SteVizzo
  • 29
  • 5
0
votes
2 answers

marked for deletion message in broker kafka

why when deleting one topic in Kafka by this command : /opt/kafka/confluent-4.0.0/bin/kafka-topics --zookeeper 109.169.xxx.xx:2181 --delete --topic test and again see the list of Topics again, This message appears? test - marked for deletion
Alihossein shahabi
  • 4,034
  • 2
  • 33
  • 53
-1
votes
1 answer

Delete & Recreate All Kafka Topics in Bash Terminal

Using the Bash shell, is there a way to delete and then recreate all the Kafka topics shown from running the command kafka-topics --zookeeper localhost:2181
Athena Wisdom
  • 6,101
  • 9
  • 36
  • 60
-1
votes
1 answer

How can I check if specific group ID listens to kafka topic?

How can I check if specific group ID listens to kafka topic right now or check amount of group ID that listen to specific topic with any rest API?
alex
  • 31
  • 3
1 2 3
13
14