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

Fix propagation of custom retry configs #295

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

tulios
Copy link
Owner

@tulios tulios commented Feb 19, 2019

Propagation of retry configurations for consumer and admin isn't working; the example below will use the default value even though it is configuring a custom value. This PR fixes the problem and add tests for this scenario.

kafka.consumer({ retry: { initialRetryTime: 5000 } })

@tulios tulios added the bug label Feb 19, 2019
@tulios tulios requested a review from Nevon February 19, 2019 14:45
@tulios tulios merged commit 44dd94c into master Feb 19, 2019
@Nevon Nevon deleted the propagate-custom-retry-configs branch February 19, 2019 15:09
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