Packages

package admin

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package acl
  2. package resource

Type Members

  1. trait AdminClient extends AnyRef

    Admin client, can be used to create, list, delete topics, consumer groups, etc.

  2. 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

  1. object AdminClient
  2. object AdminClientSettings extends Serializable

Ungrouped