DataService extractRecord method currently returns records even if it has id or timestamp which is less than or equal to corresponding offset values. Ideally It should return only the records which has id or timestamp greater than their corresponding offsets.
DataService extractRecord method currently returns records even if it has id or timestamp which is less than or equal to corresponding offset values. Ideally It should return only the records which has id or timestamp greater than their corresponding offsets.