CommittableConsumerRecord

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], K, V](record: ConsumerRecord[K, V], offset: CommittableOffset[F]): CommittableConsumerRecord[F, K, V]

Creates a new CommittableConsumerRecord using the specified Kafka ConsumerRecord and CommittableOffset, which can be used to commit the record offset to Kafka.

Creates a new CommittableConsumerRecord using the specified Kafka ConsumerRecord and CommittableOffset, which can be used to commit the record offset to Kafka.

Source:
CommittableConsumerRecord.scala