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

gateway stall when kafka topic cannot be created #414

Open
Theodus opened this issue Nov 10, 2023 · 0 comments
Open

gateway stall when kafka topic cannot be created #414

Theodus opened this issue Nov 10, 2023 · 0 comments

Comments

@Theodus
Copy link
Member

Theodus commented Nov 10, 2023

A feature of the gateway is that it can serve queries without a kafka connection. However, if the kafka client is connected the gateway might stall when attempting to publish reports. This can occur when the topic being published to does not exist and the gateway does not have capabilities to describe & create the topic.

The expected behavior is for the gateway is to log an error on failure to send the message and drop the message. Hopefully there is a configuration option for rdkafka to enable this behavior in the underlying librdkafka.

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

1 participant