navina commented on code in PR #11017: URL: https://github.com/apache/pinot/pull/11017#discussion_r1273924051
########## pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamConfig.java: ########## @@ -126,6 +126,7 @@ public StreamConfig(String tableNameWithType, Map<String, String> streamConfigMa String consumerFactoryClassKey = StreamConfigProperties.constructStreamProperty(_type, StreamConfigProperties.STREAM_CONSUMER_FACTORY_CLASS); // For backward compatibility, default consumer factory is for Kafka. + // TODO: remove this default and make it mandatory to have a factory class Review Comment: I thought we shouldn't have a default stream system. more strict config checks. Can remove the comment, if you disagree. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org