Class ProducerAck

  • All Implemented Interfaces:
    Command, DataStructure

    public class ProducerAck
    extends BaseCommand
    A ProducerAck command is sent by a broker to a producer to let it know it has received and processed messages that it has produced. The producer will be flow controlled if it does not receive ProducerAck commands back from the broker.