ableegoldman commented on code in PR #17892: URL: https://github.com/apache/kafka/pull/17892#discussion_r1851704373
########## streams/src/main/java/org/apache/kafka/streams/kstream/internals/AbstractConfigurableStoreFactory.java: ########## @@ -35,9 +34,11 @@ public AbstractConfigurableStoreFactory(final DslStoreSuppliers initialStoreSupp @Override public void configure(final StreamsConfig config) { if (dslStoreSuppliers == null) { - dslStoreSuppliers = Utils.newInstance( - config.getClass(StreamsConfig.DSL_STORE_SUPPLIERS_CLASS_CONFIG), - DslStoreSuppliers.class); + dslStoreSuppliers = config.getConfiguredInstance( Review Comment: side fix: we weren't configuring this with the app configs -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org