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


##########
streams/src/main/java/org/apache/kafka/streams/TopologyConfig.java:
##########
@@ -217,8 +217,19 @@ public TopologyConfig(final String topologyName, final 
StreamsConfig globalAppCo
         }
     }
 
+    public static Materialized.StoreType parse(final String storeType) {

Review Comment:
   Moved to `MaterializedInternal` for it's final resting place 💀 



##########
streams/src/main/java/org/apache/kafka/streams/TopologyConfig.java:
##########
@@ -217,8 +217,19 @@ public TopologyConfig(final String topologyName, final 
StreamsConfig globalAppCo
         }
     }
 
+    public static Materialized.StoreType parse(final String storeType) {

Review Comment:
   Moved to `MaterializedInternal` for it's final resting place 💀 



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