Search in sources :

Example 1 with PartitionManagerImpl

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);
}
Also used : PartitionManagerImpl(io.zeebe.broker.clustering.management.PartitionManagerImpl) ClientTransport(io.zeebe.transport.ClientTransport)

Aggregations

PartitionManagerImpl (io.zeebe.broker.clustering.management.PartitionManagerImpl)1 ClientTransport (io.zeebe.transport.ClientTransport)1