Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose MaxOpenRequests parameter for kafka output to increase throughput #42065

Open
flexitrev opened this issue Dec 16, 2024 · 1 comment
Open
Labels
needs_team Indicates that the issue/PR needs a Team:* label

Comments

@flexitrev
Copy link

flexitrev commented Dec 16, 2024

Background

The number of allowed in flight messages for the C/C++ kafka client is much higher (1,000,000) than the go implementation (5). By exposing the MaxOpenRequests parameter, we would give users more control over throughput settings based on available resources.

https://pkg.go.dev/github.com/ibm/sarama#Config

Enhancement Request

Expose the MaxOpenRequests to let users specify their own value

Documentation Requirements

Basic benchmarking, the impact of changes to this setting and recommendations based on common architectures

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 16, 2024
@botelastic
Copy link

botelastic bot commented Dec 16, 2024

This issue doesn't have a Team:<team> label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

No branches or pull requests

1 participant