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
7 stars 20 forks source link

[MGDSTRM-8880] Avoid NPE when informer event handler is null #753

Closed MikeEdgar closed 2 years ago

shawkins commented 2 years ago

Arg, upstream it's tolerant to a null handler on the initial inform calls, but not on the add calls.