Accounted

com.worxbend.cobalt.BatchProcessor.Accounted
See theAccounted companion class
object Accounted

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Accounted.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def of(records: Vector[ConsumerRecord[_, _]]): Accounted

max and not last: a batch is assembled by groupedWithin across partitions and is not ordered by offset within one, so taking the final element would checkpoint whichever record happened to arrive last.

max and not last: a batch is assembled by groupedWithin across partitions and is not ordered by offset within one, so taking the final element would checkpoint whichever record happened to arrive last.

Attributes