PendingWrite
com.worxbend.cobalt.PendingWrite
final case class PendingWrite(record: ConsumerRecord[String, Array[Byte]], envelope: Envelope, event: NewEvent)
A record that decoded, together with everything the write path needs.
The original ConsumerRecord is kept even though the Envelope is fully decoded, because a record that the database later rejects still has to become a DeadLetter, and a dead letter is only replayable if it carries the original bytes and headers.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article