You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/09/29 11:33:13 UTC

[GitHub] [flink] tillrohrmann commented on issue #9787: [FLINK-14252][coordination] Encapsulate Dispatcher services in DispatcherServices

tillrohrmann commented on issue #9787: [FLINK-14252][coordination] Encapsulate Dispatcher services in DispatcherServices
URL: https://github.com/apache/flink/pull/9787#issuecomment-536288023
 
 
   The reason why there is a `DispatcherServices` and a `PartialDispatcherServices` is that the `AbstractDispatcherResourceManagerComponentFactory` should not need to know about which `JobManagerRunnerFactory` the `Dispatcher` uses. That's why the runner factory is part of the `DispatcherFactory` where we complete the `PartialDispatcherServices` and create the `DispatcherServices`. Hence, the two data containers are introduced in order to better separate concerns.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services