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

Add dead letter queue topic to the kafka health topic verification strategy #1818

Open
cescoffier opened this issue Jul 17, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request kafka

Comments

@cescoffier
Copy link
Contributor

Copied from quarkusio/quarkus#26111.

Description

smallrye-health automatically detects incoming and outgoing topics as well as their health status and the possibility to verify if the topic exists on the broker.
Unfortunately, this functionality does not yet exist for dead-letter-queues.
It would be convenient if there was also a detection for the dead-letter-queues.

I would expect, if I either add the property deletion.failure-strategy=dead-letter-queue,
that there was a detection for the topic dead-letter-topic-${brokername}
or if I add the property dead-letter-queue.topic=example-dlq
that there was a a detection for the topic example-dlq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kafka
Projects
None yet
Development

No branches or pull requests

2 participants