Skip to content

fix reconnect_backoff_max_ms default config bug in KafkaProducer #1352

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

Merged
merged 1 commit into from
Jan 23, 2018
Merged

fix reconnect_backoff_max_ms default config bug in KafkaProducer #1352

merged 1 commit into from
Jan 23, 2018

Conversation

YaoC
Copy link
Contributor

@YaoC YaoC commented Jan 23, 2018

According to the Kafka Document and the usage in client_async.py ,the config reconnect_backoff_max should be reconnect_backoff_max_ms
: )

change 'reconnect_backoff_max' to 'reconnect_backoff_max_ms' in DEFAULT_CONFIG
@dpkp
Copy link
Owner

dpkp commented Jan 23, 2018

Great catch, thanks!

@dpkp dpkp changed the title fix config bug fix reconnect_backoff_max_ms default config bug in KafkaProducer Jan 23, 2018
@dpkp dpkp merged commit 8f82017 into dpkp:master Jan 23, 2018
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

Successfully merging this pull request may close these issues.

2 participants