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: [email protected] With regards, Apache Git Services
