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

Invert deletion / creation process #89

Open
BitProcessor opened this issue Feb 10, 2022 · 2 comments
Open

Invert deletion / creation process #89

BitProcessor opened this issue Feb 10, 2022 · 2 comments

Comments

@BitProcessor
Copy link
Contributor

Recently changed some stuff around where I went from type: application to type: kafka-streams.
That - of course - lead to a bunch of ACL creation and deletion events, which ran just fine, nothing to remark there.

However, and I am assuming this is the case for the entire application, the deletes happen before the creations and that caused an issue that - I think - could be avoided:

Due to the order described above, applications temporarily lost access to certain topics resulting in errors.
I think this could have been avoided if the ACL creation of the new rules would have happened before the deletion of the old rules?

Would it be a good idea for a future version to switch the order around?
Or is there a reason why this is implemented as such?

@BitProcessor
Copy link
Contributor Author

@marcellorego ^^^

@taislapta
Copy link

would be nice to have --target if I like to delete only specific ACL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants