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
Im using the emqtt output plugin to send data from telegraf to emqtt. The plugin posts multiple messages for the same plugin in a collection cycle.
It would be great to combine multiple messages posted by a plugin into one message. This will help us reduce the number of messages that are being published to emqtt.
Thanks,
Rahav
The text was updated successfully, but these errors were encountered:
I think this could be useful for all/most of the queue outputs, and potentially other outputs. I haven't thought about it extensively but perhaps we could introduce per output batch sizes.
I have a change made for this w.r.t to emqtt plugin. I tried creating a branch and pushing my changes to the branch. I got a 403 error. Can you let me know what is the process to submit a change for review
@russorat thanks for pointing that out the instructions
@danielnelson i have raised a PR #4094 for this change, though this only impacts mqtt ouput writter as every output writer might have a different need related to batching messages
Hi,
Im using the emqtt output plugin to send data from telegraf to emqtt. The plugin posts multiple messages for the same plugin in a collection cycle.
It would be great to combine multiple messages posted by a plugin into one message. This will help us reduce the number of messages that are being published to emqtt.
Thanks,
Rahav
The text was updated successfully, but these errors were encountered: