Coming back to my longer comment on #6749, I think this is only required because the collaborator is lazily created in a lifecycle method. I wonder if we could not have a building object the will create all collaborators at the place where currently `startComponent` is called because `clusterComponent = createClusterComponent(configuration)` and `clusterComponent.startComponent(...)` are even called in a straight sequence. Tests could then simply pass WebMonitorEndpoint into the component.
[ Full content available at: https://github.com/apache/flink/pull/6749 ] This message was relayed via gitbox.apache.org for [email protected]
