ListConsumerGroups

sealed abstract class ListConsumerGroups[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

Lists the available consumer group ids.

Lists the available consumer group ids.

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

List the available consumer groups as ConsumerGroupListings.

List the available consumer groups as ConsumerGroupListings.

Source:
KafkaAdminClient.scala