devshawn / kafka-gitops

šŸš€Manage Apache Kafka topics and generate ACLs through a desired state file.

Home Page:https://devshawn.github.io/kafka-gitops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A list of configs are getting

Prateekdecp opened this issue Ā· comments

I am facing the following issues while using kafka gitops:(Attached the plan for reference)

  • The below set of configurations on kafka topic are getting re-applied on confluent kafka on every rerun and the plan step is always updating these configurations.Not sure what is going wrong?
  • compression.type: producer
  • leader.replication.throttled.replicas:
  • remote.storage.enable: false
  • message.downconversion.enable: true
  • segment.jitter.ms: 0
  • local.retention.ms: -2
  • flush.ms: 9223372036854775807
  • follower.replication.throttled.replicas:
  • flush.messages: 9223372036854775807
  • message.format.version: 3.0-IV1
  • file.delete.delay.ms: 60000
  • local.retention.bytes: -2
  • preallocate: false
  • index.interval.bytes: 4096
  • min.cleanable.dirty.ratio: 0.5
  • unclean.leader.election.enable: false
  • segment.index.bytes: 10485760
  • If any changes are made in the state file relating to partitions or replications the changes are not reflecting in the plan only change relating to configs are reflecting in the plan.

plan.txt