ListConsumerGroups

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

Attributes

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

Members list

Value members

Abstract methods

def groupIds: F[List[String]]

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