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

Support to read bootstrap server config when it is defined as a list #1

Closed
wants to merge 1 commit into from

Conversation

emmanuelsilva
Copy link
Owner

@emmanuelsilva emmanuelsilva commented Dec 20, 2023

Resolves reactor#374

Introduces support for reading the boot servers when the property was defined as a List and not a String.

It will avoid a class cast exception when using reactor-kafka with Spring Boot Kafka since this library configures the bootstrap servers as a list of string and not a String object as you can see on their implementation.

@emmanuelsilva emmanuelsilva force-pushed the support-bootstrap-server-list branch 2 times, most recently from 1fbee37 to dc6ff80 Compare December 20, 2023 19:02
@emmanuelsilva emmanuelsilva force-pushed the support-bootstrap-server-list branch from dc6ff80 to dcec7f9 Compare December 20, 2023 19:05
@emmanuelsilva
Copy link
Owner Author

I'll continue working directly in the reactor-kafka repository reactor#376

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.

ClassCastException on attempt to get bootstrap server from SenderOption/ReceiverOptions
1 participant