Relation between batch_size and kafka topic partition #4144
Unanswered
dittakaviram
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My question is on how to interpret the value of the parameter batch_size in https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor/batchprocessor in correlation with https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/kafkaexporter.
Below is an excerpt from my config file:
Assuming my test_topic has multiple partitions, does the above config mean that a single batch of 20 metric data points (I work on metrics) are sent to a single partition of the topic?
Beta Was this translation helpful? Give feedback.
All reactions