zio.kafka.admin.AdminClientSettings
See theAdminClientSettings companion object
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
Members list
In this article