Package org.apache.kafka.tools.api


package org.apache.kafka.tools.api
Provides interfaces for writing plugins of kafka tools
  • Interfaces
    Class
    Description
    Typical implementations of this interface convert data from an `InputStream` received via `readRecords` into a iterator of `ProducerRecord` instance.