kafka-gitops icon indicating copy to clipboard operation
kafka-gitops copied to clipboard

A list of configs are getting

Open Prateekdecp opened this issue 1 year ago • 0 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

Prateekdecp avatar May 10 '24 13:05 Prateekdecp