Skip to content

Pass through keyword arguments to send_produce_request #303

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

Closed

Conversation

jobevers
Copy link
Contributor

Its currently not possible to set the fail_on_error keyword argument in client.send_produce_request from the Producer.

@dpkp
Copy link
Owner

dpkp commented Jun 9, 2015

Sorry to take a while to get to this one. I opened issue #395 for this issue. I dont want to merge this PR as is because I would prefer not to expose the internal client api kwargs directly to the consumer, and also it makes unit testing a bit more difficult.

Instead I put up #396 to support fail_on_error configuration. Because this affects the I intend to merge that and include in the forthcoming 0.9.4 release. If you want/need better callback support (the other internal producer kwarg), I think it is worth opening a separate issue.

@dpkp dpkp closed this Jun 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants