Add support for end-to-end acknowledgements to kafka
source
#7460
Labels
domain: data model
Anything related to Vector's internal data model
source: kafka
Anything `kafka` source related
type: enhancement
A value-adding code change that enhances its existing functionality.
The
kafka
source needs to wait for a delivery acknowledgement before marking a batch of events as committed. This is complicated by the possibility of the events being acknowledged out-of-order but commits have to happen in order as an "offset" value. Some work will need to go into tracking this high water mark internally.Ref #7336
The text was updated successfully, but these errors were encountered: