kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add applicationId of a Kafka Streams application to internal topics when a streams app is defined in a topology

abraham-leal opened this issue · comments

Is your feature request related to a problem? Please describe.
When I define a Kafka Streams application in the topology, the ACLs are configured correctly, but the topic manager considers the Kafka Stream's application internal topics as foreign topics and tries to delete them. It would be nice if these topics would be considered "internal" by their application ID given their use in Kafka Streams.

Describe the solution you'd like
Consider the application id prefix an internal topic so it doesnt try to modify them

Describe alternatives you've considered
Add the application IDs manually to the internal prefixes manually.

Additional context
Add any other context or screenshots about the feature request here.