cbalci commented on code in PR #17669:
URL: https://github.com/apache/pinot/pull/17669#discussion_r2849775607
##########
pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamConfigProperties.java:
##########
@@ -48,6 +48,7 @@ private StreamConfigProperties() {
public static final String GROUP_ID = "hlc.group.id";
public static final String PARTITION_MSG_OFFSET_FACTORY_CLASS =
"partition.offset.factory.class.name";
public static final String TOPIC_CONSUMPTION_RATE_LIMIT =
"topic.consumption.rate.limit";
+ public static final String SKIP_MISSING_TOPICS = "skip.missing.topics";
Review Comment:
This isn't a generic property really. Can we create a new section for
multitopic related configs and place it there with proper prefix and
explanation?
Something like
```
MULTITOPIC_SKIP_MISSING_TOPICS = "multitopic.skip.missing.topics";
```
--
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]