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
After declaring a Kstream resource and deploying a KStream, -changelog and -repartition topics are not visible within ns4kafka.
This is because the import process is triggered manually.
For -changelog and -repartition, this process should be automatic
Rule 1: For every KStream app declared, identify topics starting with <app.id> and ends with -changelog or -repartition
If no consumer group attached : delete topic
Rule 2: If we delete a Kstream, delete all -changelog and -repartition topics associated to this KStream
This doesn't work for changelog topics because there is no consumer group attached to them...
The text was updated successfully, but these errors were encountered:
After declaring a Kstream resource and deploying a KStream, -changelog and -repartition topics are not visible within ns4kafka.
This is because the import process is triggered manually.
For -changelog and -repartition, this process should be automatic
Rule 1: For every KStream app declared, identify topics starting with <app.id> and ends with -changelog or -repartition
If no consumer group attached : delete topic
Rule 2: If we delete a Kstream, delete all -changelog and -repartition topics associated to this KStream
This doesn't work for changelog topics because there is no consumer group attached to them...
The text was updated successfully, but these errors were encountered: