Commit 2278501
docs(otelcol.exporter.kafka): Update compression argument description for clarity [backport] (#5716)
## Backport of #5706
This PR backports #5706 to release/v1.14.
### Original PR Author
@benoitschipper
### Description
### Brief description of Pull Request
Fix incorrect description for the `compression` argument in the
`producer` block of `otelcol.exporter.kafka` documentation.
### Pull Request Details
The `compression` argument in the
[`producer`](docs/sources/reference/components/otelcol/otelcol.exporter.kafka.md)
block had a copy-paste error in its description — it read "Time to wait
between retries." (which is the description for `flush_max_messages`)
instead of the correct "The level of compression to use on messages."
This is a one-line documentation fix with no code changes.
### Issue(s) fixed by this Pull Request
Fixes #5705
### Notes to the Reviewer
Purely a documentation fix — no functional changes, no tests needed, no
config converter changes needed.
### PR Checklist
- [x] Documentation added
- [ ] Tests updated
- [ ] Config converters updated
---
*This backport was created automatically.*
Co-authored-by: Benoit <77777295+benoitschipper@users.noreply.github.com>1 parent 39bff2e commit 2278501
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments