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 Configs are considered to be added in "Plan" even if they are present in the existing system. #87

Open
jaykatti opened this issue Jan 14, 2022 · 1 comment

Comments

@jaykatti
Copy link

jaykatti commented Jan 14, 2022

Hello @devshawn ,

I have created a state.yaml file from the existing system.

  1. I have validated it successfully.
  2. When I run the "plan", it still indicates the Topic configs as "to be added".

Expectation: I should see zero("0") updates/

Output json from "plan" command:

"configs": {
"compression.type": "producer",
"message.downconversion.enable": "true",
"min.insync.replicas": "1",
"segment.jitter.ms": "0",
"cleanup.policy": "compact",
"flush.ms": "9223372036854775807",
"segment.bytes": "1073741824",
"retention.ms": "604800000",
"flush.messages": "9223372036854775807",
"message.format.version": "2.6-IV0",
"max.compaction.lag.ms": "9223372036854775807",
"file.delete.delay.ms": "60000",
"max.message.bytes": "1048588",
"min.compaction.lag.ms": "0",
"message.timestamp.type": "CreateTime",
"preallocate": "false",
"min.cleanable.dirty.ratio": "0.5",
"index.interval.bytes": "4096",
"unclean.leader.election.enable": "false",
"retention.bytes": "-1",
"delete.retention.ms": "86400000",
"segment.ms": "604800000",
"message.timestamp.difference.max.ms": "9223372036854775807",
"segment.index.bytes": "10485760"
}
},
"topicConfigPlans": [
{
"key": "compression.type",
"value": "producer",
"action": "ADD"
},
{
"key": "message.format.version",
"value": "2.6-IV0",
"action": "ADD"
},
{
"key": "max.compaction.lag.ms",
"value": "9223372036854775807",
"action": "ADD"
},
{
"key": "file.delete.delay.ms",
"value": "60000",
"action": "ADD"
},
{
"key": "max.message.bytes",
"value": "1048588",
"action": "ADD"
},
{
"key": "min.compaction.lag.ms",
"value": "0",
"action": "ADD"
},
{
"key": "message.timestamp.type",
"value": "CreateTime",
"action": "ADD"
},
{
"key": "message.downconversion.enable",
"value": "true",
"action": "ADD"
},
{
"key": "min.insync.replicas",
"value": "1",
"action": "ADD"
},
{
"key": "segment.jitter.ms",
"value": "0",
"action": "ADD"
},
{
"key": "preallocate",
"value": "false",
"action": "ADD"
},
{
"key": "min.cleanable.dirty.ratio",
"value": "0.5",
"action": "ADD"
},
{
"key": "index.interval.bytes",
"value": "4096",
"action": "ADD"
},
{
"key": "unclean.leader.election.enable",
"value": "false",
"action": "ADD"
},
{
"key": "retention.bytes",
"value": "-1",
"action": "ADD"
},
{
"key": "delete.retention.ms",
"value": "86400000",
"action": "ADD"
},
{
"key": "flush.ms",
"value": "9223372036854775807",
"action": "ADD"
},
{
"key": "segment.bytes",
"value": "1073741824",
"action": "ADD"
},
{
"key": "retention.ms",
"value": "604800000",
"action": "ADD"
},
{
"key": "segment.ms",
"value": "604800000",
"action": "ADD"
},
{
"key": "message.timestamp.difference.max.ms",
"value": "9223372036854775807",
"action": "ADD"
},
{
"key": "flush.messages",
"value": "9223372036854775807",
"action": "ADD"
},
{
"key": "segment.index.bytes",
"value": "10485760",
"action": "ADD"
}
]
}
],
"aclPlans": []
}

@jaykatti
Copy link
Author

@devshawn Would appreciate your quick response on this please.

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

No branches or pull requests

1 participant