kafka_ex icon indicating copy to clipboard operation
kafka_ex copied to clipboard

encountered nonexistent topic when Kafka restarts

Open mammenj opened this issue 3 years ago • 1 comments

I am encountering the below exception whenever Kafka restarts
"Consumer group #{group_name} encountered nonexistent topic #{topic}" Any suggestions on how to handle when Kafka restarts?

Below is the environment: Windows 10 Erlang/OTP 24 [erts-12.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] Elixir 1.13.0 (compiled with Erlang/OTP 22)

mammenj avatar Dec 12 '21 06:12 mammenj

I think I have a similar problem with creating topics after a kafka cluster rolling restart. I got an error log "Coordinator for topic is not available" and ::topic_not_found.

Producing events seems not affected.

TC-aLi avatar Dec 14 '21 08:12 TC-aLi