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

If kafka is down schema registry pod not restarted to sync-up with kafka, it's failed with error. Any possible solution for this. #3191

Open
saurabh1073 opened this issue Jul 30, 2024 · 2 comments

Comments

@saurabh1073
Copy link

Due to any reason if kafka pod is down then schema registry failed with error "_schema topic not available and unable to write to kafka store". So just to check wether kafka up or not added httpGet: /subjects in liveness and readiness probe but once kafka down its failed with error unable to connect with kafka and this liveness and readiness probe not checked that's why schema registry pod not restarted to syncup and see wether kafka is up or not. Please suggest any way to check this or any possible solution for this.

@drozd0
Copy link

drozd0 commented Jul 31, 2024

I suppose it's related to your question: #3192

@OneCricketeer
Copy link
Contributor

The HTTP server hits an in-memory cache.

I think it would be better to use an exec-based k8s probe to run kafka-topics --describe --topic _schemas

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

3 participants