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

feat: Prevent deletes in consumers and streams #89

Merged

Commits on Oct 26, 2022

  1. feat: Prevent deletes in consumers and streams

    Adding a `preventDelete` property for streams and consumers CRDS which
    when set to true nack should be able to delete it, otherwise it should
    just ignore that stream or consumer.
    
    The use case for this is in a multi-cloud context when we have deploy
    deployed in different clouds it becomes troublesome. For example, nack
    on GKE might check that a stream CRD is missing and proceeds to delete
    it, however that CRD exists in AWS and AKS and it should not be deleted
    because its going to impact other applications.
    danielcibrao-form3 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d1e9710 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    2f514ec View commit details
    Browse the repository at this point in the history