Class StreamsProducer

  • Direct Known Subclasses:
    TestDriverProducer

    public class StreamsProducer
    extends Object
    StreamsProducer manages the producers within a Kafka Streams application.

    If EOS is enabled, it is responsible to init and begin transactions if necessary. It also tracks the transaction status, ie, if a transaction is in-fight.

    For non-EOS, the user should not call transaction related methods.

    • Method Detail

      • resetProducer

        public void resetProducer()