Hi All,
Quick question.
I have built a network monitoring system with an architecture as such:
network device < telegraf agent (Producer ) > Kafka ( Message Bus ) < telegraf agent ( Consumer ) > InfluxDB
I have a question regarding the telegraf influxdb plugin, if the plugin is stateful or stateless. What I mean by this is; If Telegraf consumes a message from Kafka, and sends it to InfluxDB, will Telegraf (Consumer) care if InfluxDB receives the message?
I’m trying to validate the “What if influxDB goes down?” scenario…
Also I am trying to lab this up to test and will post my results either way.
Thanks,
Jesse