bf2fc6cc711aee1a0c2a / kas-fleetshard

The kas-fleetshard-operator is responsible for provisioning and managing instances of kafka on a cluster. The kas-fleetshard-synchronizer synchronizes the state of a fleet shard with the kas-fleet-manager.
Apache License 2.0
8 stars 20 forks source link

MGDSTRM-10879 adding control plane directed pause handling #883

Closed shawkins closed 1 year ago

shawkins commented 1 year ago

Allows the control plane to pause syncing to the data plane via the pause annotation https://issues.redhat.com/browse/MGDSTRM-10879

The delete flag is still set to allow for cleanup to proceed.

This usage of the annotation will not intersect with sre usage of the pause annotation, but we can of course use an entirely different annotation key if anyone objects to this reuse.

machi1990 commented 1 year ago

Thanks, will this be on the 0.35 release?

shawkins commented 1 year ago

@machi1990 yes it will be.

machi1990 commented 1 year ago

Thanks