CommittableOffset

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.

Source:
CommittableOffset.scala

Implicits