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
I am trying to understand if there is a way to edit max.partition.fetch.bytes config so as to increase the batch size received by a consumer using sarama?
Mainly because OtelReceiver uses sarama implementation and I want to edit the default value of max.partition.fetch.bytes to increase the throughputs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to understand if there is a way to edit
max.partition.fetch.bytes
config so as to increase the batch size received by a consumer using sarama?Mainly because
OtelReceiver
uses sarama implementation and I want to edit the default value ofmax.partition.fetch.bytes
to increase the throughputs.OtelReceiver Link - https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/kafkareceiver/kafka_receiver.go#L13
Beta Was this translation helpful? Give feedback.
All reactions