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

old topic getting deleted with creation of new topics #580

Open
csuryac opened this issue Nov 2, 2023 · 1 comment
Open

old topic getting deleted with creation of new topics #580

csuryac opened this issue Nov 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@csuryac
Copy link

csuryac commented Nov 2, 2023

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):

  • OS: Mac M1
  • JVM version: openjdk version "17.0.9" 2023-10-17
    OpenJDK Runtime Environment Homebrew (build 17.0.9+0)
  • Version :julie-ops-4.4.1.jar
@csuryac csuryac added the bug Something isn't working label Nov 2, 2023
@sverrehu
Copy link
Contributor

sverrehu commented Mar 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants