harness.kafka.ProducerConfig.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-kafka_3 Show documentation
Show all versions of harness-kafka_3 Show documentation
Miscellaneous libraries/utilities for Scala.
The newest version!
package harness.kafka
import zio.json.*
final case class ProducerConfig(
topicName: String,
)
object ProducerConfig {
implicit val jsonCodec: JsonCodec[ProducerConfig] = DeriveJsonCodec.gen
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy