Tzu-Li (Gordon) Tai created FLINK-19106: -------------------------------------------
Summary: Add more timeout options for remote function specs Key: FLINK-19106 URL: https://issues.apache.org/jira/browse/FLINK-19106 Project: Flink Issue Type: Task Components: Stateful Functions Reporter: Tzu-Li (Gordon) Tai Assignee: Tzu-Li (Gordon) Tai Fix For: statefun-2.2.0 As of now, we only support setting the call timeout for remote functions, which spans a complete call including connection, writing request, server-side processing, and reading response times. To allow more fine-grained control of this, we propose to introduce configuration keys for {{connectTimeout}} / {{readTimeout}} / {{writeTimeout}} to remote function specs. By default, these values should be 10 to be coherent with the current behaviour. -- This message was sent by Atlassian Jira (v8.3.4#803005)