Packages

package admin

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class ConsumerGroupStats(groupId: String, offsetsByTopicPartition: Map[TopicPartition, OffsetAndMetadata]) extends Product with Serializable

    A case class representation of the Kafka Stats

    A case class representation of the Kafka Stats

    groupId

    the consumer group Id

  2. final class RichKafkaAdmin extends AutoCloseable with StrictLogging

    A wrapper onto the admin API

Value Members

  1. object RichKafkaAdmin extends StrictLogging

Ungrouped