noob-se7en opened a new pull request, #15682:
URL: https://github.com/apache/pinot/pull/15682

   As per Kinesis code (from `software.amazon.awssdk.services.kinesis.model`):
   
   ```
   `/**
    * <p>
    * The ending sequence number for the range. Shards that are in the OPEN 
state have an ending sequence number of
    * <code>null</code>.
    * </p>
    * 
    * @return The ending sequence number for the range. Shards that are in the 
OPEN state have an ending sequence
    *         number of <code>null</code>.
    */
   public final String endingSequenceNumber() {
       return endingSequenceNumber;
   }`
   ```
   
   Hence latest offstream can be null for Kinesis. This PR aims to skip 
IngestionBasedConsumptionStatusCheck for Kinesis because we can't determine if 
segment has caught up or not if latest offset of stream is null.


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to