You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: