gyfora opened a new pull request, #269: URL: https://github.com/apache/flink-kubernetes-operator/pull/269
This PR introduces a new interface called FlinkResourceListener that allows operator users to listen to resource status changes and events triggered by the operator itself. This provides a key integration point for platforms built on top of the operators. Similar to custom validators or metrics reporters, FlinkResourceListener implementations are also loaded using the built in plugin mechanism. To listeners are integrated into the StatusHelper and the newly introduced EventHelper objects which will seamlessly forward all updates/events without added complexity. The PR also imprives event triggering and simplifies some test cases that were affected by this change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
