ListConsumerGroups

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

Value members

Abstract methods

def groupIds: F[List[String]]

Lists the available consumer group ids.

Lists the available consumer group ids.

def listings: F[List[ConsumerGroupListing]]

List the available consumer groups as ConsumerGroupListings.

List the available consumer groups as ConsumerGroupListings.