KKcorps commented on code in PR #15567:
URL: https://github.com/apache/pinot/pull/15567#discussion_r2050499115
##########
pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisStreamMetadataProvider.java:
##########
@@ -101,7 +100,11 @@ public int fetchPartitionCount(long timeoutMillis) {
public StreamPartitionMsgOffset fetchStreamPartitionOffset(OffsetCriteria
offsetCriteria, long timeoutMillis) {
// fetch offset for _partitionId
Shard foundShard = _kinesisConnectionHandler.getShards().stream()
- .filter(shard -> shard.shardId().equals(SHARD_ID_PREFIX +
_partitionId))
+ .filter(shard -> {
Review Comment:
my bad, there is a seperate PR for this already
accidentally got pushed here
--
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]