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

[QUESTION] How to check readiness of kafka to receive msgs from producer? #1002

Open
Olegt0rr opened this issue Apr 25, 2024 · 1 comment
Open
Labels

Comments

@Olegt0rr
Copy link

Once Kafka starts, it takes a few seconds to get ready to receive messages from producer.
How to check this readiness from aiokafka client?

@marcosschroh
Copy link

why do you want to check the kafka readiness? Kafka should be available as any other service, if it is not then you can not do anything with consumers and producers. Now, let's assume that kafka is available, if you produce any amount of events, then it does not matter whether is a consumer available or not because you will consume then eventually (this is the power of kafka).

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

No branches or pull requests

2 participants