Skip to content

Commit

Permalink
rpk: add TODO on hardcoded config section
Browse files Browse the repository at this point in the history
These workarounds should be removed in a future version of
`redpanda` (once `v24.2` is EOL), now that bug fixes are in
place in the core.

They are left here for now to ensure backwards compatibility
between an upgraded version of `rpk` and an un-upgraded `redpanda`
cluster.
  • Loading branch information
WillemKauf committed Oct 3, 2024
1 parent 7931ecc commit cfd0f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/go/rpk/pkg/cli/topic/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ valid, but does not apply it.
// at the same time, so we issue first the set request for write,
// then the rest of the requests.
// See https://github.com/redpanda-data/redpanda/issues/9191
// TODO: Remove this once v24.2 is EOL.
// See https://github.com/redpanda-data/redpanda/pull/23545.
_, isRRR := setKVs["redpanda.remote.read"]
wv, isRRW := setKVs["redpanda.remote.write"]
rrwErrors := make(map[string]int16)
Expand Down

0 comments on commit cfd0f59

Please sign in to comment.