Skip to content

Conversation

actuallyKasi
Copy link

Add support for batch.num.messages and queue.buffering.max.ms Kafka configuration parameters to enable producer batching optimization for high-throughput scenarios.

These parameters allow configuring:

  • batch.num.messages: Maximum number of messages to batch
  • queue.buffering.max.ms: Maximum time to wait for batching

This improves producer efficiency and reduces network overhead in Kafka clusters with high message volumes.

Add support for batch.num.messages and queue.buffering.max.ms
Kafka configuration parameters to enable producer batching
optimization for high-throughput scenarios.

These parameters allow configuring:
- batch.num.messages: Maximum number of messages to batch
- queue.buffering.max.ms: Maximum time to wait for batching

This improves producer efficiency and reduces network overhead
in Kafka clusters with high message volumes.
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant