You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I am facing the following issues while using kafka gitops:(Attached the plan for reference)
9223372036854775807
plan.txt
The text was updated successfully, but these errors were encountered: