Dan DC
02/21/2022, 1:06 PMkaivalya apte
02/21/2022, 1:14 PMnullkaivalya apte
02/21/2022, 1:15 PMDan DC
02/21/2022, 1:19 PMgroup.idDan DC
02/21/2022, 1:22 PMMark Needham
kaivalya apte
02/21/2022, 2:00 PMDan DC
02/21/2022, 2:06 PMMark Needham
Mark Needham
curl -X GET "<http://localhost:9000/tables/parkrun/consumingSegmentsInfo>" -H "accept: application/json"{
  "_segmentToConsumingInfoMap": {
    "parkrun__0__142__20220219T2118Z": [
      {
        "serverName": "Server_172.21.0.6_8098",
        "consumerState": "CONSUMING",
        "lastConsumedTimestamp": 1645452573998,
        "partitionToOffsetMap": {
          "0": "13991875"
        }
      }
    ]
  }
}Dan DC
02/21/2022, 2:15 PMMark Needham
Mark Needham
Dan DC
02/21/2022, 2:27 PMMark Needham
Mayank
Dan DC
02/21/2022, 6:44 PMDan DC
02/23/2022, 4:09 PMminConsumingFreshnessTimeMsthe timestamp indicating the freshness of the data queried in consuming events
This can be ingestion timestamp if provided by the stream, or last index time
Does this mean that any record read from the consuming segments with timestamp later than this min freshness timestamp is pruned and not included in the query?
Dan DC
02/23/2022, 4:55 PMfreshnessLagDan DC
02/23/2022, 4:57 PMDan DC
02/23/2022, 5:31 PMMayank
minConsumingFreshnessTimeMsMayank
whereDan DC
02/23/2022, 5:48 PMDan DC
02/24/2022, 2:09 PM