igalshilman commented on a change in pull request #16: [FLINK-15945] Remove 
MULTIPLEX_FLINK_STATE config
URL: https://github.com/apache/flink-statefun/pull/16#discussion_r376419898
 
 

 ##########
 File path: 
statefun-flink/statefun-flink-core/src/main/java/org/apache/flink/statefun/flink/core/functions/Reductions.java
 ##########
 @@ -79,7 +76,7 @@ static Reductions create(
     container.add("keyed-state-backend", KeyedStateBackend.class, 
keyedStateBackend);
     container.add(new 
DynamicallyRegisteredTypes(statefulFunctionsUniverse.types()));
 
-    if 
(configuration.getBoolean(StatefulFunctionsJobConstants.MULTIPLEX_FLINK_STATE)) 
{
+    if (useMultiplexedState(keyedStateBackend)) {
 
 Review comment:
   👍 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to