gyfora opened a new pull request, #274:
URL: https://github.com/apache/flink-kubernetes-operator/pull/274

   This PR includes a refactor and unification of the reconciler hieararchy we 
have right now:
    - SessionReconciler
    - AbstractDeploymentReconciler
      - ApplicationReconciler
      - SessionJobReconciler
    
    The new Hierarchy is:
   - FlinkReconciler
     - FlinkJobReconciler
       - ApplicationReconciler
       - SessionJobReconciler
     - SessionReconciler 
   
   This also completely unifies the logic inside the application and sessionjob 
management and enables some previously missing features such as rollbacks 
consistently for sessionjobs too.
   
   In addition it also improves sessionjob test coverage by eliminating some 
unnecessary mock methods from the TestingFlinkService.


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to