agavra commented on code in PR #14648:
URL: https://github.com/apache/kafka/pull/14648#discussion_r1393194762


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -536,6 +537,11 @@ public class StreamsConfig extends AbstractConfig {
     public static final String ROCKS_DB = "rocksDB";
     public static final String IN_MEMORY = "in_memory";
 
+    /** {@code dsl.store.suppliers.class } */
+    public static final String DSL_STORE_SUPPLIERS_CLASS_CONFIG = 
"dsl.store.suppliers.class";
+    public static final String DSL_STORE_SUPPLIERS_CLASS_DOC = "Defines which 
store implementations to plug in to DSL operators. Must implement the 
<code>org.apache.kafka.streams.state.DslStoreSuppliers</code> interface.";

Review Comment:
   kept package private so it can be used in `TopologyConfig` as well



-- 
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

Reply via email to