kfaraz commented on a change in pull request #12235:
URL: https://github.com/apache/druid/pull/12235#discussion_r808620959
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java
##########
@@ -2291,9 +2291,30 @@ protected boolean supportsPartitionExpiration()
return false;
}
+ protected boolean shouldSkipIgnorablePartitions()
Review comment:
We haven't encountered something similar in Kafka yet. But the API has
been put in place so that if `KafkaSupervisor` needs to do something similar,
it can override the methods `shouldSkipIgnorablePartitions()` and
`getIgnorablePartitionIds()`.
For Kinesis, the ignorable partitions translate to empty and closed shards,
which is a concept specific to Kinesis.
--
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]