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
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Adds a new configuration option to the Kafka exporter to control the
linger time for the producer. Since `franz-go` now defaults to `10ms`,
it's best to allow users to configure this option to suit their needs.
<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixesopen-telemetry#44075
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Unit tested
<!--Describe the documentation added.-->
#### Documentation
Docs addded.
---------
Signed-off-by: Marc Lopez Rubio <[email protected]>
Co-authored-by: Andrew Wilkins <[email protected]>
Copy file name to clipboardExpand all lines: exporter/kafkaexporter/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ The following settings can be optionally configured:
122
122
No compression levels supported yet
123
123
-`flush_max_messages` (default = 0) The maximum number of messages the producer will send in a single broker request.
124
124
-`allow_auto_topic_creation` (default = true) whether the broker is allowed to automatically create topics when they are referenced but do not already exist.
125
+
-`linger`: (default = `10ms`) How long individual topic partitions will linger waiting for more records before triggering a request to be built.
0 commit comments