package admin
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait MkAdminClient[F[_]] extends AnyRef
A capability trait representing the ability to instantiate the Java
AdminClient
that underlies the fs2-kafkaKafkaAdminClient
.A capability trait representing the ability to instantiate the Java
AdminClient
that underlies the fs2-kafkaKafkaAdminClient
. This is needed in order to instantiate fs2.kafka.KafkaAdminClient.By default, the instance provided by MkAdminClient.mkAdminClientForSync will be used. However this behaviour can be overridden, e.g. for testing purposes, by placing an alternative implicit instance in lexical scope.
Value Members
- object MkAdminClient