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
Telegraf should attempt to reconnect later or halt completely (so it can be restarted automacally by docker/supervisor/any other tool). It should be failing until the topic is created by the producer.
Actual behavior:
Telegraf keeps running and doesn't try to connect or do any other action. Docker compose reports it as up. It becomes the zombie. It has to be restarted manually.
Additional info:
Creating the topic manually helps and telegraf stops returning the error and reads all pushed messages properly.
I have tested current master with the image you suggested and the new implementation seems to be solving the issue. Instead of zombie behavior I can see telegraf correctly returning an error with message kafka server: Offset's topic has not yet been created. and halting.
I think we can close the issue. If you need some additional info or something else related, just reopen.
Bug report
Relevant telegraf.conf:
System info:
Docker-based Telegraf running official
telegraf:1.3
image.Steps to reproduce:
Expected behavior:
Telegraf should attempt to reconnect later or halt completely (so it can be restarted automacally by docker/supervisor/any other tool). It should be failing until the topic is created by the producer.
Actual behavior:
Telegraf keeps running and doesn't try to connect or do any other action. Docker compose reports it as
up
. It becomes the zombie. It has to be restarted manually.Additional info:
Creating the topic manually helps and telegraf stops returning the error and reads all pushed messages properly.
This is the excerpt of my
docker-compose.yml
.The text was updated successfully, but these errors were encountered: