We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are the settings that is recommended by warpstream to ensure good publishing performance:
// Settings below are not required, but are recommended for performance. // "fetch.max.bytes": 4194304, // "max.partition.fetch.bytes": 1048576, // "queue.buffering.max.kbytes": 1048576, // "queue.buffering.max.messages": 1000000, "message.max.bytes": 4194304, // "batch.size": "4194304", // "batch.num.messages": "100000", // "linger.ms": "100", // "sticky.partitioning.linger.ms": "25", // "enable.idempotence": "false", // "max.in.flight.requests.per.connection": 1000000, // "partitioner": "consistent_random",
Additionally, I'm loosing data somewhere so I want to up the ack count and see if that helps anything.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There are the settings that is recommended by warpstream to ensure good publishing performance:
Additionally, I'm loosing data somewhere so I want to up the ack count and see if that helps anything.
The text was updated successfully, but these errors were encountered: