package admin
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AdminClient extends AnyRef
Admin client, can be used to create, list, delete topics, consumer groups, etc.
- final case class AdminClientSettings(closeTimeout: zio.Duration, properties: Map[String, AnyRef]) extends Product with Serializable
Settings for the admin client.
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.
Value Members
- object AdminClient
- object AdminClientSettings extends Serializable