igalshilman commented on a change in pull request #30: [FLINK-16226] Add
Backpressure to HttpFunction
URL: https://github.com/apache/flink-statefun/pull/30#discussion_r382997460
##########
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:
Sounds good, lets change to that!
If you'd like you can change it while merging, or I'll push a hot fix to
this PR
----------------------------------------------------------------
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