Package io.atomix.raft.zeebe
package io.atomix.raft.zeebe
-
ClassDescriptionA simple validator which always returns
EntryValidator.ValidationResult.ok().Result of validating an entry.A log appender provides a central entry point to append to the local Raft log such that it is automatically replicated and eventually committed, and the ability for callers to be notified of various events, e.g.An append listener can observe and be notified of different events related to the append operation.