ProducerSettings

zio.kafka.producer.ProducerSettings
See theProducerSettings companion object
final case class ProducerSettings(bootstrapServers: List[String], closeTimeout: Duration, properties: Map[String, AnyRef])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def driverSettings: Map[String, AnyRef]
def withBootstrapServers(servers: List[String]): ProducerSettings
def withClientId(clientId: String): ProducerSettings
def withCloseTimeout(duration: Duration): ProducerSettings
def withProperties(kvs: (String, AnyRef)*): ProducerSettings
def withProperties(kvs: Map[String, AnyRef]): ProducerSettings
def withProperty(key: String, value: AnyRef): ProducerSettings

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product