tzulitai opened a new pull request #204: URL: https://github.com/apache/flink-statefun/pull/204
There's room for improvement in `PersistedRemoteFunctionValues`, where we currently concatenate strings to build the typename string for each state value we attach to a `ToFunction` message. This extra work can be easily avoided by precomputing the canonical typename string, since `TypeName`'s are immutable. ---------------------------------------------------------------- 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: us...@infra.apache.org