telegraf icon indicating copy to clipboard operation
telegraf copied to clipboard

feat(inputs.amqp_consumer): Determine content encoding automatically

Open sspaink opened this issue 3 years ago • 1 comments

  • [x] Updated associated README.md.
  • [x] Wrote appropriate unit tests.
  • [x] Pull request title or commits are in [conventional commit format]

resolves https://github.com/influxdata/telegraf/issues/6998

Adds a new content encoding option called auto to allow a more flexible input that can be gzipped or not, the content encoding is determined by the set "ContentEncoding" header in the message.

sspaink avatar Sep 21 '22 19:09 sspaink