Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encountered nonexistent topic when Kafka restarts #448

Open
mammenj opened this issue Dec 12, 2021 · 1 comment
Open

encountered nonexistent topic when Kafka restarts #448

mammenj opened this issue Dec 12, 2021 · 1 comment

Comments

@mammenj
Copy link

mammenj commented Dec 12, 2021

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)

@TC-aLi
Copy link
Contributor

TC-aLi commented Dec 14, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants