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
I'm not sure if this is a error of the implementation of KafkaAppender og in kafka itself or just a misconfiguration. But when we try to run KafkaAppender by com.github.danielwegener.logback.kafka.KafkaAppender then it initalizes with a error:
Couldn't resolve server {} from {} as DNS resolution of the canonical hostname {} failed for {}
This one loops about 200-300 times a second {} is replaced with a hostname of course. Is there a setting to make it wait a second between each reconnect or is this an issue for Daniel Wegener's implementation?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a error of the implementation of KafkaAppender og in kafka itself or just a misconfiguration. But when we try to run KafkaAppender by com.github.danielwegener.logback.kafka.KafkaAppender then it initalizes with a error:
Couldn't resolve server {} from {} as DNS resolution of the canonical hostname {} failed for {}
This one loops about 200-300 times a second {} is replaced with a hostname of course. Is there a setting to make it wait a second between each reconnect or is this an issue for Daniel Wegener's implementation?
The text was updated successfully, but these errors were encountered: