Attributes
- Companion
- class
- Source
- TransactionalKafkaProducer.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
TransactionalKafkaProducer.Metrics extends TransactionalKafkaProducer to provide access to the underlying producer metrics.
TransactionalKafkaProducer.Metrics extends TransactionalKafkaProducer to provide access to the underlying producer metrics.
Attributes
- Source
- TransactionalKafkaProducer.scala
- Supertypes
- Known subtypes
-
TransactionalKafkaProducer.WithoutOffsets extends TransactionalKafkaProducer.Metrics to allow producing of records without corresponding upstream offsets.
TransactionalKafkaProducer.WithoutOffsets extends TransactionalKafkaProducer.Metrics to allow producing of records without corresponding upstream offsets.
Attributes
- Source
- TransactionalKafkaProducer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Attributes
Creates a new TransactionalKafkaProducer in the Resource
context, using the specified TransactionalProducerSettings.
Creates a new TransactionalKafkaProducer in the Resource
context, using the specified TransactionalProducerSettings. Note that there is another version where F[_]
is specified explicitly and the key and value type can be inferred, which allows you to use the following syntax.
TransactionalKafkaProducer.resource[F].using(settings)
Attributes
Creates a new TransactionalKafkaProducer in the Stream
context, using the specified TransactionalProducerSettings.
Creates a new TransactionalKafkaProducer in the Stream
context, using the specified TransactionalProducerSettings. Note that there is another version where F[_]
is specified explicitly and the key and value type can be inferred, which allows you to use the following syntax.
TransactionalKafkaProducer.stream[F].using(settings)