9aman commented on code in PR #16492:
URL: https://github.com/apache/pinot/pull/16492#discussion_r2262093580


##########
pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamMetadataProvider.java:
##########
@@ -127,6 +128,11 @@ default Map<String, PartitionLagState> 
getCurrentPartitionLagState(
     return result;
   }
 
+  @Nullable
+  default StreamPartitionMsgOffset getOffsetAtTimestamp(int partitionId, long 
timestampMillis) {

Review Comment:
   Please add timeout to this interface.



-- 
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