This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git.


    from 822c6e6  [hotfix] [core] Rename PersistedStates.findReflectivelyAndBind
     new 179f123  [FLINK-19106] [core] Extend HttpFunctionSpec with more 
timeout configs
     new d497958  [FLINK-19106] [core] Apply timeout configs to OkHttp client
     new 4783652  [FLINK-19106] [remote] Add new keys for timeouts to 
module.yaml
     new dcca2a5  [hotfix] [core] Remove irrelevant callTimeout default value
     new 28aeee6  [FLINK-19106] [datastream] Expose new timeout configs for 
DataStream API
     new 4012bfa  [FLINK-19107] Add checkpointing and recovery options to 
template flink-conf.yaml
     new c7363b5  [FLINK-19107] [k8s] Add restart strategy to k8s config-map 
templates

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/sdk/index.md                                  | 10 +++
 .../src/main/resources/flink-conf.yaml             | 26 ++++++-
 .../flink/core/httpfn/HttpFunctionProvider.java    |  3 +
 .../flink/core/httpfn/HttpFunctionSpec.java        | 79 +++++++++++++++++++++-
 .../statefun/flink/core/httpfn/OkHttpUtils.java    |  4 --
 .../flink/core/jsonmodule/FunctionJsonEntity.java  | 23 +++++--
 .../src/test/resources/module-v2_0/module.yaml     |  4 ++
 .../datastream/RequestReplyFunctionBuilder.java    | 36 +++++++++-
 .../conf/flink-conf.yaml                           | 22 ++++--
 tools/k8s/templates/config-map.yaml                |  4 ++
 tools/k8s/values.yaml                              |  6 ++
 11 files changed, 199 insertions(+), 18 deletions(-)

Reply via email to