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

[v24.2.x] CORE-8804 Make brokers field no longer require #24904

Conversation

michael-redpanda
Copy link
Contributor

Backport of PR #24891

Fixes: #24902
Fixes: CORE-8889

@michael-redpanda michael-redpanda added the kind/backport PRs targeting a stable branch label Jan 23, 2025
@michael-redpanda michael-redpanda added this to the v24.2.x-next milestone Jan 23, 2025
@michael-redpanda michael-redpanda self-assigned this Jan 23, 2025
@michael-redpanda michael-redpanda requested a review from a team as a code owner January 23, 2025 13:42
This permits users to specify a single client property without having to
also specify the brokers the client can connect to.  This is helpful
when using docker and passing something like `--set
pandaproxy_client.produce_compression_type=lz4` to `rpk redpanda start`.

NOTE: Kafka endpoint discovery will NOT occur if you specify a client
config.  Once you specify one entry, you must specify the brokers entry
if the Kafka API is not `127.0.0.1:9092`.

Signed-off-by: Michael Boquard <michael@redpanda.com>
(cherry picked from commit d3fe0f2)
@michael-redpanda michael-redpanda force-pushed the manual-backport-24891-v24.2.x-624 branch from fbaf9e1 to ed7ae09 Compare January 23, 2025 13:44
@michael-redpanda
Copy link
Contributor Author

Force push: ed7ae09

  • Fixed lint error

@michael-redpanda michael-redpanda linked an issue Jan 23, 2025 that may be closed by this pull request
@vbotbuildovich
Copy link
Collaborator

CI test results

test results on build#61104
test_id test_kind job_url test_status passed
gtest_raft_rpunit.gtest_raft_rpunit unit https://buildkite.com/redpanda/redpanda/builds/61104#01949369-9e95-4b7a-9fbd-0f5b4cec1dbd FAIL 0/2

@michael-redpanda michael-redpanda merged commit e8bbdc7 into redpanda-data:v24.2.x Jan 23, 2025
17 checks passed
@BenPope BenPope modified the milestones: v24.2.x-next, v24.2.16 Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v24.2.x] CORE-8804 Make brokers field no longer required
3 participants