galenwarren opened a new pull request #304:
URL: https://github.com/apache/flink-statefun/pull/304


   When a stateful function is invoked from an ingress – i.e. when there is no 
upstream function caller – Context.Caller() should return nil. Currently, it 
returns a pointer to a zero-value Address. This PR fixes that.
   
   Changes:
   * Change `invoke` method in `handler.go` to only populate 
statefunContext.caller when a caller is present in the invocation
   * Add unit tests


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to