tzulitai opened a new pull request #203: URL: https://github.com/apache/flink-statefun/pull/203
There's a few places where we can be more efficient by avoiding byte array copying and we know that it is safe to do so (because we won't be mutating the byte array): - The message payload serializers - In `PersistedRemoteFunctionValues`, when attaching state bytes to a ToFunction - In deserializers used by auto-routable Kafka / Kinesis ingresses. --- ## Verifying the change E2E tests 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]
