Telegraf AMQP Output - Persistent messages #3526
Labels
feat
Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Milestone
Feature Request
Proposal:
Please allow the option to set messages to be persistent on the amqp output plugin.
Current behavior:
Messages are not persistent and are lost when a broker restarts
Desired behavior:
Messages are retained on the broker until they are processed
Use case: [Why is this important (helps with prioritizing requests)]
When batch loading large amounts of messages (logparser messages to be precise), the messages are very large and take a while to process. On occasion, the broker will run out of memory and crash. All messages are lost and have to be reprocessed.
The text was updated successfully, but these errors were encountered: