package kafka
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class KafkaPartition(getPartitionId: Int, getReplicas: List[Integer], getLeader: Int, getIsr: List[Integer]) extends Product with Serializable
- case class KafkaTopic(internal: Boolean, getPartitions: List[KafkaPartition], getTopicProps: Properties) extends Product with Serializable
-
class
KafkaTopicsResource extends AnyRef
- Annotations
- @Path() @Produces()
-
class
TopicMetricNameResource extends AnyRef
- Annotations
- @Path() @Produces()
- class TopicNames extends AnyRef
Value Members
- object KafkaHttpMetricsReporter