Does kafka support(or plans to) ack granularity in Batch processing with dead letter queue configured.
- Say the batch size is 100
- Consumer reads 100 log records in a Batch
- Processes all of them successfully except for records with Batch order 20, 51, 99
Does kafka allow sending a compressed ack of the form (19,-1,30,-1,48,-1,1), so that messages with Batch index 20, 51 and 99 are published to the Deadletter queue.