cbalci commented on code in PR #17669:
URL: https://github.com/apache/pinot/pull/17669#discussion_r2849783820
##########
pinot-spi/src/main/java/org/apache/pinot/spi/stream/PartitionGroupMetadataFetcher.java:
##########
@@ -102,6 +103,10 @@ private Boolean fetchSingleStream()
private Boolean fetchMultipleStreams()
throws Exception {
int numStreams = _streamConfigs.size();
+
+ // Fetch available topics once and reuse across all streams (for topic
existence validation)
Review Comment:
Please clarify this 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: [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]