ListTopics

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

Attributes

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

Members list

Value members

Abstract methods

Include internal topics in the listing.

Include internal topics in the listing.

Attributes

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

Lists topics as TopicListings.

Lists topics as TopicListings.

Attributes

Source
KafkaAdminClient.scala
def names: F[Set[String]]

Lists topic names.

Lists topic names.

Attributes

Source
KafkaAdminClient.scala
def namesToListings: F[Map[String, TopicListing]]

Lists topics as a Map from topic names to TopicListings.

Lists topics as a Map from topic names to TopicListings.

Attributes

Source
KafkaAdminClient.scala