TransactionalProducer

zio.kafka.producer.TransactionalProducer$
See theTransactionalProducer companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class TransactionLeaked(offsetBatch: OffsetBatch) extends Throwable

Attributes

Graph
Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
case object UserInitiatedAbort

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def make(settings: TransactionalProducerSettings): ZIO[Scope, Throwable, TransactionalProducer]