-
Notifications
You must be signed in to change notification settings - Fork 1
Open
@negokaz
Description
RaftActor
sends NoOp
to ReplicationActor
however receiveReplica
may not handle the event because users are not interested in the event.
Users show a lot of warnings that is produced by following the method
private[this] def innerApplyEvent(event: Any, logEntryIndex: LogEntryIndex): Unit = { if (logEntryIndex > lastAppliedLogEntryIndex) { receiveReplica.applyOrElse[Any, Unit]( event, event => { log.warning("unhandled {} by receiveReplica", event) }, ) lastAppliedLogEntryIndex = logEntryIndex } }akka-entity-replication/ReplicationActor.scala at v1.0.0 · lerna-stack/akka-entity-replication
Metadata
Metadata
Assignees
Labels
No labels