DeadLetterPublisher
com.worxbend.cobalt.DeadLetterPublisher
trait DeadLetterPublisher
Where a record goes when the consumer gives up on it.
A trait rather than a concrete producer for one reason that matters: this is the only side effect in the batch path that is not the database, and the unit tests of BatchProcessor are exactly the tests that need to assert what was dead-lettered without a broker in the room.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class KafkaDeadLetterPublisher
Members list
In this article