DynamicProducer

final case class DynamicProducer(producerConfig: FranzConfig)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def publish[K <: Supported, V <: Supported](key: K, value: V, topic: String | Null): ZIO[Scope, Throwable, RecordMetadata]
def publishValue[V <: Supported](value: V, topic: String | Null): ZIO[Scope, Throwable, RecordMetadata]

Inherited methods

Inherited from:
Product

Concrete fields

val instance: ZIO[Scope, Throwable, Producer]