Packages

p

nl.techop

kafka

package kafka

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class KafkaPartition(getPartitionId: Int, getReplicas: List[Integer], getLeader: Int, getIsr: List[Integer]) extends Product with Serializable
  2. case class KafkaTopic(internal: Boolean, getPartitions: List[KafkaPartition], getTopicProps: Properties) extends Product with Serializable
  3. class KafkaTopicsResource extends AnyRef
    Annotations
    @Path() @Produces()
  4. class TopicMetricNameResource extends AnyRef
    Annotations
    @Path() @Produces()
  5. class TopicNames extends AnyRef

Value Members

  1. object KafkaHttpMetricsReporter

Ungrouped