Consumer failed to process record # 10 and succeeded in processing record # 11. Select the course of action that you should choose to guarantee at least once processing
Refer to the producer code below. It features a 'Callback' class with a method called 'onCompletion()'. When will the 'onCompletion()' method be Invoked? producer.send(record, new MyCallback(record));