This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 1708474 [FLINK-20570][docs] Fix the NOTE tip style in "Process
Function" page (#14369)
add e2b3e86 [FLINK-20521][rpc] Add support for sending null responses
add 02e367c [hotfix] Add @Nullable annotation to
SerializedValue.serializedData
No new revisions were added by this update.
Summary of changes:
.../org/apache/flink/util/SerializedValue.java | 4 +
.../flink/runtime/rpc/akka/AkkaRpcActor.java | 11 ++-
.../flink/runtime/rpc/akka/AkkaRpcActorTest.java | 50 +++++++++++
.../runtime/rpc/akka/RemoteAkkaRpcActorTest.java | 99 ++++++++++++++++++++++
4 files changed, 160 insertions(+), 4 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/rpc/akka/RemoteAkkaRpcActorTest.java