kafka

tools

package tools

Visibility
  1. Public
  2. All

Type Members

  1. class KafkaMigrationTool extends AnyRef

Value Members

  1. object ConsumerOffsetChecker extends Logging

  2. object DumpLogSegments

  3. object ExportZkOffsets extends Logging

    A utility that retrieve the offset of broker partitions in ZK and prints to an output file in the following format:

  4. object GetOffsetShell

  5. object ImportZkOffsets extends Logging

    A utility that updates the offset of broker partitions in ZK.

  6. object JmxTool extends Logging

  7. object MirrorMaker extends Logging

  8. object ReplayLogProducer extends Logging

  9. object SimpleConsumerShell extends Logging

    Command line program to dump out messages to standard out using the simple consumer

  10. object StateChangeLogMerger extends Logging

    A utility that merges the state change logs (possibly obtained from different brokers and over multiple days).

  11. object UpdateOffsetsInZK

    A utility that updates the offset of every broker partition to the offset of earliest or latest log segment file, in ZK.

  12. object VerifyConsumerRebalance extends Logging

Ungrouped