Skip to content

Conversation

@pranavt84
Copy link

JIRA: KAFKA-18171

*This PR check *

*With this change, bootstrap.servers property now will support values that is separated by space or new line or comma followed by new line.
We can specify values for bootstrap.servers like below-

  1. "broker1:port1 broker2:port2 broker3:port3"
  2. "broker1:port1,broker2:port2,broker3:port3"
  3. "broker1:port1, broker2:port2, broker3:port3"

"broker1:port1,
broker2:port2,
broker3:port3"

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions bot added triage PRs from the community clients small Small PRs labels Jan 25, 2025
@chia7712
Copy link
Member

I have left a comment on the jira. copy to here:

according to kafka docs: "This list must be in the form <code>host1:port1,host2:port2,...</code>." https://github.com/apache/kafka/blob/be7415cb8bf5e09ad969cccfcbffd30fd68804ea/clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java#L51

Hence, I'm not sure whether this is a kind of bug.

@github-actions
Copy link

github-actions bot commented Feb 2, 2025

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

@github-actions
Copy link

github-actions bot commented May 3, 2025

This PR is being marked as stale since it has not had any activity in 90 days. If you
would like to keep this PR alive, please leave a comment asking for a review. If the PR has
merge conflicts, update it with the latest from the base branch.

If you are having difficulty finding a reviewer, please reach out on the [mailing list](https://kafka.apache.org/contact).

If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.

@github-actions github-actions bot added stale Stale PRs and removed needs-attention labels May 3, 2025
@github-actions
Copy link

github-actions bot commented May 5, 2025

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

@github-actions
Copy link

github-actions bot commented May 7, 2025

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

@github-actions
Copy link

github-actions bot commented Aug 5, 2025

This PR is being marked as stale since it has not had any activity in 90 days. If you
would like to keep this PR alive, please leave a comment asking for a review. If the PR has
merge conflicts, update it with the latest from the base branch.

If you are having difficulty finding a reviewer, please reach out on the [mailing list](https://kafka.apache.org/contact).

If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.

@github-actions github-actions bot added stale Stale PRs and removed needs-attention stale Stale PRs labels Aug 5, 2025
@github-actions
Copy link

github-actions bot commented Aug 7, 2025

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

@github-actions
Copy link

github-actions bot commented Nov 5, 2025

This PR is being marked as stale since it has not had any activity in 90 days. If you
would like to keep this PR alive, please leave a comment asking for a review. If the PR has
merge conflicts, update it with the latest from the base branch.

If you are having difficulty finding a reviewer, please reach out on the [mailing list](https://kafka.apache.org/contact).

If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.

@github-actions github-actions bot added stale Stale PRs and removed needs-attention stale Stale PRs labels Nov 5, 2025
@github-actions
Copy link

github-actions bot commented Nov 7, 2025

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clients needs-attention small Small PRs triage PRs from the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants