tzulitai commented on a change in pull request #30: [FLINK-16226] Add 
Backpressure to HttpFunction
URL: https://github.com/apache/flink-statefun/pull/30#discussion_r382903046
 
 

 ##########
 File path: 
statefun-flink/statefun-flink-core/src/main/java/org/apache/flink/statefun/flink/core/jsonmodule/Pointers.java
 ##########
 @@ -48,6 +48,8 @@ private Pointers() {}
     public static final JsonPointer FUNCTION_STATES = 
JsonPointer.compile("/function/spec/states");
     public static final JsonPointer FUNCTION_TIMEOUT =
         JsonPointer.compile("/function/spec/timeout");
+    public static final JsonPointer FUNCTION_MAX_HTTP_BATCH_SIZE =
+        JsonPointer.compile("/function/spec/maxBatchSize");
 
 Review comment:
   But of course, that is something we can add in the future and not now.
   Just suggesting a config key rename here, to leave us room for doing that in 
the future.
   
   WDYT?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to