kafka/core
Lan Ding abbb6b3c13
CI / build (push) Waiting to run Details
KAFKA-19471: Enable acknowledgement for a record which could not be deserialized (#20148)
This patch mainly includes two improvements:

1. Update currentFetch when `pollForFetches()` throws an exception.
2. Add an override `KafkaShareConsumer.acknowledge(String topic, int
partition, long offset, AcknowledgeType type)` .

Reviewers: Andrew Schofield <aschofield@confluent.io>
2025-07-27 22:35:04 +01:00
..
src KAFKA-19471: Enable acknowledgement for a record which could not be deserialized (#20148) 2025-07-27 22:35:04 +01:00
.gitignore