Aitozi commented on pull request #55: URL: https://github.com/apache/flink-kubernetes-operator/pull/55#issuecomment-1066319457
@wangyang0918 Thanks for sharing your insights. IMO, one of the benefits of inherited `BaseXX` class is that it can provide the `template` ability and leave it implemented by the subclass. The composition seems can not achieve the same effect. For example, in the `BaseReconciler#cleanup` provide the common template part, and the both subclass only have to handle how to `shutdown` the corresponding component. -- 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]
