navina opened a new pull request, #9713:
URL: https://github.com/apache/pinot/pull/9713

   # Changes in the PR 
   - Introduces `KinesisStreamMessage`, `KinesisStreamMessageMetadata` and 
`KinesisMetadataExtractor`
   - Added kinesis record metadata extractor and updating MessageBatch type to 
KinesisStreamMessage
   - Added availability lag for kinesis
   
   
   **Labels:** `feature` , `release-notes` 
   
   **Release Notes:**
   Kinesis tables can now opt to extract record headers and populate them as 
table columns. To enable header extraction, set `metadata.populate` to `true`. 
The table schema should include the metadata columns in order to access it as a 
regular Pinot table column. Available metadata columns for Kinesis connector:
   - Approximate arrival timestamp - `__metadata$apprxArrivalTimestamp`
   - Sequence number - `__metadata$sequenceNumber` 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to