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

Options to Set Kafka Producer Configs #16

Open
dhuadaar opened this issue Apr 17, 2017 · 1 comment
Open

Options to Set Kafka Producer Configs #16

dhuadaar opened this issue Apr 17, 2017 · 1 comment

Comments

@dhuadaar
Copy link

Is there any support to tweak the producer configurations. Kafka Producers has many tweakable parameters like
compression, max_retries, retry_backoff_ms, required_acks, ack_timeout_ms, max_queued_messages, min_queued_messages, linger_ms block_on_queue_full, max_request_size, sync, delivery_reports

@brg-liuwei
Copy link
Owner

brg-liuwei commented Apr 17, 2017

This module is depends on librdkafka, and those parameters can be set by librdkafka api when initializing kafka producer. So, the solution is to pass those parameters via nginx config file(eg: nginx.conf), and to invoke api of librdkafka with those arguments.

To support those options is with great significant, however, unfortunately, I'm really busy in works those times so... these development jobs would be delayed in some times... Oh, would you like to contribute a pull request for this feature and I am really really appreciated that. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants