Open weeco opened 4 months ago
I think this is a dup of https://github.com/redpanda-data/redpanda/issues/18275?
This issue hasn't seen activity in 3 months. If you want to keep it open, post a comment or remove the stale
label – otherwise this will be closed in two weeks.
Version & Environment
Redpanda version: (use
rpk version
): v23.3.18What went wrong?
Altering the topic config does not work if the new topic config happens to be the currently inherited default, see the following example and pay attention to the config source, that is reported on the Describe response:
If i do the same but change the value to compact (which is not the inherited default), it seems to work. Unclear whether the alter-config or the describe configs is the problem here.
What should have happened instead?
The reported source when altering the topic config
cleanup.policy
todelete
should beDYNAMIC_TOPIC_CONFIG
. It doesn't matter whether the inherited default happens to be the same value.How to reproduce the issue?
Additional information
This fails some integration tests in Console. This definetely used to work in a previous Redpanda version.
JIRA Link: CORE-5582