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

topic config retention erroneous update #538

Open
tolikkk opened this issue Sep 9, 2022 · 0 comments
Open

topic config retention erroneous update #538

tolikkk opened this issue Sep 9, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@tolikkk
Copy link

tolikkk commented Sep 9, 2022

On last 4.2 version (docker image 9a19aa1e2a7f) in dryRun execution I have updating retention.ms of all my topics to the same values. Without dryRun, everything is correct, no extra updates. On previous version 4.2.9 problem is absent, everything is correct at any execution type.

julie-ops-cli.sh --topology /topics.yml --brokers broker.example.com:9093 --clientConfig /config.properties --dryRun

12:36:44  {
12:36:44    "Operation" : "com.purbon.kafka.topology.actions.topics.UpdateTopicConfigAction",
12:36:44    "Topic" : "topic-test-1",
12:36:44    "Action" : "update",
12:36:44    "Changes" : {
12:36:44      "NewConfigs" : {
12:36:44        "retention.ms" : "2592000000"
12:36:44      }
12:36:44    }
12:36:44  }
12:36:44  {
12:36:44    "Operation" : "com.purbon.kafka.topology.actions.topics.UpdateTopicConfigAction",
12:36:44    "Topic" : "topic-test-2",
12:36:44    "Action" : "update",
12:36:44    "Changes" : {
12:36:44      "NewConfigs" : {
12:36:44        "retention.ms" : "1814400000"
12:36:44      }
12:36:44    }
12:36:44  }
...
@tolikkk tolikkk added the bug Something isn't working label Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant