KKcorps commented on code in PR #8017: URL: https://github.com/apache/pinot/pull/8017#discussion_r842119590
########## pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarStreamMetadataProvider.java: ########## @@ -80,16 +84,15 @@ public StreamPartitionMsgOffset fetchStreamPartitionOffset(OffsetCriteria offset Preconditions.checkNotNull(offsetCriteria); try { MessageId offset = null; + Consumer consumer = Review Comment: Removed the case for custom offset handling and honouring the provided OffsetCriteria argument. This should address your comment. -- 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