ListConsumerGroups

fs2.kafka.KafkaAdminClient$.ListConsumerGroups
sealed abstract class ListConsumerGroups[F[_]]

Attributes

Source:
KafkaAdminClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Lists the available consumer group ids.

Lists the available consumer group ids.

Attributes

Source:
KafkaAdminClient.scala
def listings: F[List[ConsumerGroupListing]]

List the available consumer groups as ConsumerGroupListings.

List the available consumer groups as ConsumerGroupListings.

Attributes

Source:
KafkaAdminClient.scala