RADAR-Backend icon indicating copy to clipboard operation
RADAR-Backend copied to clipboard

Reliability vs high throughput

Open fnobilia opened this issue 7 years ago • 4 comments

Kafka messages can be consumed according to two different strategies:

  • at most once messages can be lost due to consumer faults
  • at least once messages can be read twice due to consumer faults

This design choice drives the consumer implementation.

We may plan to code both approaches, and select the most suitable after tests.

EDIT @blootsvoets: reversed at most and at least

fnobilia avatar Sep 29 '16 08:09 fnobilia