kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!
MIT License
417 stars 113 forks source link

old topic getting deleted with creation of new topics #580

Open csuryac opened 10 months ago

csuryac commented 10 months ago

Describe the bug old topic getting deleted with creation of new topic. we have a 2 yaml file . in one yaml file we added these two topics DRX.PCT.CLAIM.FINANCE", "DRX.PCT.CLAIM.FINANCE.DEVX , they were created and after that we were try to add one more yaml with differnt topics when we run that it is trying to delete the old topics which wer creted

To Reproduce Steps to reproduce the behavior: { "Operation" : "com.purbon.kafka.topology.actions.topics.CreateTopicAction", "Topic" : "DRX.ADJUDICATION.CLAIM.MESSAGEFLOW.DEVX", "Action" : "create" } { "Operation" : "com.purbon.kafka.topology.actions.topics.CreateTopicAction", "Topic" : "DRX.ADJUDICATION.CLAIM.MESSAGEFLOW", "Action" : "create" } { "Operation" : "com.purbon.kafka.topology.actions.topics.DeleteTopics", "topics" : [ "DRX.PCT.CLAIM.FINANCE", "DRX.PCT.CLAIM.FINANCE.DEVX" ] }

Expected behavior it should add all all topics which are crated from multiple yamls

Runtime (please complete the following information):

sverrehu commented 5 months ago

How du you run JulieOps? Docker? JAR file? What are the command-line options?

What do your configuration properties look like?

How do you run Kafka?

My initial hunch is that something is wrong with the overall state between your two runs.