Class DeploymentDistributorImpl
java.lang.Object
io.camunda.zeebe.broker.engine.impl.DeploymentDistributorImpl
- All Implemented Interfaces:
DeploymentDistributor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeploymentDistributorImpl(ClusterCommunicationService communicationService, ClusterEventService eventService, TopologyPartitionListenerImpl partitionListener, ActorControl actor) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDeploymentResponseTopic(long deploymentKey, int partitionId) pushDeploymentToPartition(long key, int partitionId, org.agrona.DirectBuffer deploymentBuffer)
-
Field Details
-
PUSH_REQUEST_TIMEOUT
-
RETRY_DELAY
-
-
Constructor Details
-
DeploymentDistributorImpl
public DeploymentDistributorImpl(ClusterCommunicationService communicationService, ClusterEventService eventService, TopologyPartitionListenerImpl partitionListener, ActorControl actor)
-
-
Method Details
-
pushDeploymentToPartition
public ActorFuture<Void> pushDeploymentToPartition(long key, int partitionId, org.agrona.DirectBuffer deploymentBuffer) - Specified by:
pushDeploymentToPartitionin interfaceDeploymentDistributor
-
getDeploymentResponseTopic
-