You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: