zio.kafka.producer
package zio.kafka.producer
Members list
Type members
Classlikes
object Producer
object ProducerCompression
The compression codecs that Kafka supports while producing records.
The compression codecs that Kafka supports while producing records.
Attributes
- Companion
- class
- Supertypes
- Self type
-
ProducerCompression.type
Settings for the Producer.
Settings for the Producer.
To stay source compatible with future releases, you are recommended to construct the settings as follows:
ProducerSettings(bootstrapServers)
.withLinger(500.millis)
.withCompression(ProducerCompression.Zstd(3))
.... etc.
Attributes
- Companion
- object
- Supertypes
object ProducerSettings
Attributes
- Companion
- class
- Supertypes
- Self type
-
ProducerSettings.type
trait Transaction
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
trait TransactionalProducer
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object TransactionalProducer
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- class
- Supertypes
- Self type
Types
In this article