Skip to content

storage/ingest: Support multiple Kafka seed broker addresses#14405

Closed
tcard wants to merge 2 commits intomainfrom
kafka-multiple-addresses
Closed

storage/ingest: Support multiple Kafka seed broker addresses#14405
tcard wants to merge 2 commits intomainfrom
kafka-multiple-addresses

Conversation

@tcard
Copy link
Contributor

@tcard tcard commented Feb 18, 2026

What this PR does

Makes -ingest-storage.kafka.address a comma-separated list instead of a single value, allowing users to pass multiple Kafka seed brokers.

Which issue(s) this PR fixes or relates to

Part of #14073

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]. If changelog entry is not needed, please add the changelog-not-needed label to the PR.
  • about-versioning.md updated with experimental features.

Note

Medium Risk
Changes the type and parsing of a core ingest-storage Kafka config field, which may impact startup/connection behavior and backwards compatibility for existing deployments relying on the previous single-string semantics.

Overview
Adds support for configuring multiple Kafka seed brokers for ingest storage by changing KafkaConfig.Address from a single string to flagext.StringSliceCSV, updating flag registration and validation accordingly.

Updates Kafka client creation to pass all configured seed brokers, and adjusts tests, docs/help text/config descriptor, and the changelog to reflect the new comma-separated -ingest-storage.kafka.address behavior.

Written by Cursor Bugbot for commit f306d14. This will update automatically on new commits. Configure here.

@tcard tcard requested review from a team and tacole02 as code owners February 18, 2026 15:34
@github-actions
Copy link
Contributor

TruffleHog Scan Results

No secrets detected in this PR.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

💻 Deploy preview deleted (storage/ingest: Support multiple Kafka seed broker addresses).

@narqo
Copy link
Contributor

narqo commented Feb 18, 2026

There is already #14328 from a community member, who is working on that. Do you want to help them with reviews instead?

@tcard
Copy link
Contributor Author

tcard commented Feb 18, 2026

Ops, I missed that, thanks. I'll close this one.

@tcard tcard closed this Feb 18, 2026
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

Comments