CommittableOffset

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](topicPartition: TopicPartition, offsetAndMetadata: OffsetAndMetadata, consumerGroupId: Option[String], commit: Map[TopicPartition, OffsetAndMetadata] => F[Unit])(implicit F: ApplicativeError[F, Throwable]): CommittableOffset[F]

Creates a new CommittableOffset with the specified topicPartition and offsetAndMetadata, along with commit, describing how to commit an arbitrary Map of topic-partition offsets.

Creates a new CommittableOffset with the specified topicPartition and offsetAndMetadata, along with commit, describing how to commit an arbitrary Map of topic-partition offsets.

Implicits

Implicits

implicit def committableOffsetEq[F[_]]: Eq[CommittableOffset[F]]
implicit def committableOffsetShow[F[_]]: Show[CommittableOffset[F]]