use of io.zeebe.broker.clustering.management.PartitionManagerImpl in project zeebe by zeebe-io.
the class PartitionManagerService method start.
@Override
public void start(ServiceStartContext startContext) {
final ClientTransport managementClient = managementClientInjector.getValue();
service = new PartitionManagerImpl(memberListServiceInjector.getValue(), managementClient);
}
Aggregations