AdminClientSettings

zio.kafka.admin.AdminClientSettings
See theAdminClientSettings companion object
final case class AdminClientSettings(closeTimeout: Duration, properties: Map[String, AnyRef])

Settings for the admin client.

To stay source compatible with future releases, you are recommended to construct the settings as follows:

 AdminClientSettings(bootstrapServers)
   .withCredentials(...)
   .withProperty(...)
   .... etc.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product