tzulitai opened a new pull request #235: URL: https://github.com/apache/flink-statefun/pull/235
We should throw if the state mutation returned from remote functions is of type `UNRECOGNIZED`. The `UNRECOGNIZED` enum constant is a Protobuf auto-generated constant that is used if the enum to deserialize does not exist on the receiving side. Thus, this should only happen in the case of mismatching protocol versions between StateFun and the remote function. In this case, we should definitely not silently pass. -- 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]
