fs2.kafka.admin
package fs2.kafka.admin
Members list
Type members
Classlikes
A capability trait representing the ability to instantiate the Java AdminClient
that underlies the fs2-kafka KafkaAdminClient
.
A capability trait representing the ability to instantiate the Java AdminClient
that underlies the fs2-kafka KafkaAdminClient
. 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.
Attributes
- Companion
- object
- Source
- MkAdminClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object MkAdminClient
Attributes
- Companion
- trait
- Source
- MkAdminClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MkAdminClient.type
In this article