TransactionalProducerRecords

class Object
trait Matchable
class Any

Value members

Concrete methods

def one[F[_], K, V](record: CommittableProducerRecords[F, K, V]): TransactionalProducerRecords[F, K, V]

Creates a new TransactionalProducerRecords for producing exactly one CommittableProducerRecords

Creates a new TransactionalProducerRecords for producing exactly one CommittableProducerRecords

Deprecated methods

@deprecated("this is now an identity operation", "3.0.0-M5")
def apply[F[_], K, V](chunk: Chunk[CommittableProducerRecords[F, K, V]]): Chunk[CommittableProducerRecords[F, K, V]]
Deprecated