Hi Team,
I need a suggestion in one of the scenario and need to know the pros and cons for that.
We have multiple measurements under one database and all those measurements get loaded using a single Telegraf Plugin from a single topic.In the kafka topic we are publishing multiple measurements data(points) and those gets loaded to Database with respective Measurements.
with this approach we are saving multiple topics creation and multiple telegraf plugin creation. Is there any chance if one load fails does the entire load will fail as it is in single plugin?
Can you please suggest is it better to have separte topic,separte topic for indivisual measurement or we can have one topic ,one plugin to multiple measurement.
thanks