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

Add support for more configuration of the lidrdkafka producer #16

Open
anglinb opened this issue Nov 16, 2024 · 0 comments · May be fixed by #18
Open

Add support for more configuration of the lidrdkafka producer #16

anglinb opened this issue Nov 16, 2024 · 0 comments · May be fixed by #18
Labels
enhancement New feature or request

Comments

@anglinb
Copy link

anglinb commented Nov 16, 2024

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.

@floydspace floydspace added the enhancement New feature or request label Nov 16, 2024
@floydspace floydspace linked a pull request Nov 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants