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

Change broker to bootstrapServers #49

Merged
merged 1 commit into from
Apr 6, 2020
Merged

Change broker to bootstrapServers #49

merged 1 commit into from
Apr 6, 2020

Conversation

bartelink
Copy link
Collaborator

@bartelink bartelink commented Feb 12, 2020

The broker : Uri arg in the Producer and Consumer config wrappers currently constrain the bootstrapServers passed to a single entry.
This obscures a core function of an idiomatic Kafka Client for a debatable reason

There is currently a workaround (which I didnt realize in advance of implementing this 😊) - supply a dummy value for broker and then stuff in a custom bootstrapServers value via custom

I may consider deferring the merging of this until 2.0.0 depending on what folks think

If anyone has any insights like e.g. telling me that in practice bootstrapServers are never usefully >1 therefore this makes no sense, let me know too!

This will also flow through to the parallel implementation contained in https://github.com/jet/propulsion/tree/master/src/Propulsion.Kafka0

@bartelink bartelink marked this pull request as ready for review April 6, 2020 12:24
@bartelink bartelink merged commit f722814 into master Apr 6, 2020
@bartelink bartelink deleted the boostrapServers branch April 6, 2020 12:25
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.

1 participant