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

feat: remove spaces from broker lists implementation #151

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

osemrt
Copy link
Contributor

@osemrt osemrt commented Dec 11, 2024

Konsumer can't connect to brokers if the list contains spaces in it.

It always tries to connect to the first broker if the list is separated with spaces.
Therefore, it halts when the list is separated with spaces and the first broker is unreachable.

The pr suggests removing spaces in the broker lists before connecting to brokers.

Related to: #135

@Abdulsametileri Abdulsametileri merged commit 8d869e3 into v2 Dec 11, 2024
5 checks passed
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