HomeSoftware Heritage

Add option to allow consumer client to choose fetch policy

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Add option to allow consumer client to choose fetch policy

This determines the fetch policy to abide by when the client connects
to kafka and no offset is found yet:

  • earliest: automatically reset the offset to the earliest offset
  • latest: automatically reset the offset to the latest offset

source: https://kafka.apache.org/documentation/

Details

Provenance
ardumontAuthored on Mar 2 2017, 4:27 PM
ardumontPushed on Mar 13 2017, 11:17 AM
Differential Revision
D180: Add a journal client base class to process messages

Commit No Longer Exists

This commit no longer exists in the repository.