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

Kafka metrics missing for authentication/authorization problems #418

Open
ffendt opened this issue Jun 3, 2019 · 0 comments
Open

Kafka metrics missing for authentication/authorization problems #418

ffendt opened this issue Jun 3, 2019 · 0 comments

Comments

@ffendt
Copy link
Contributor

ffendt commented Jun 3, 2019

Hi there,

when playing around with Kafka connections I found a missing metric entry when having authentication problems with the used Kafka service provider.

There are success metrics for the categories dispatched, filtered and mapped but there is missing a failure on the published category.

When looking into the logs if found out that KafkaPublisherActor logs a message when it encounters such problems. However, it does not look as if it would be easy to add the correct metric since the called method does not know the context in which an error occured. It seems as if we would need to rewrite (and enhance) some functionality that is currently part of the alpakka kafka library.

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