Class InterPartitionCommandReceiverActor

java.lang.Object
io.camunda.zeebe.scheduler.Actor
io.camunda.zeebe.broker.transport.partitionapi.InterPartitionCommandReceiverActor
All Implemented Interfaces:
CheckpointListener, DiskSpaceUsageListener, AsyncClosable, ConcurrencyControl, AutoCloseable

public final class InterPartitionCommandReceiverActor extends Actor implements DiskSpaceUsageListener, CheckpointListener
Receives messages send by @InterPartitionCommandSenderImpl and tries to write them as commands to the partition's log stream. Failure to write to the log stream, for example because no disk space is available, the logstream rejected the write operation or message decoding failure, are ignored. The sender is responsible for recognizing failures and retrying.