Galen Warren created FLINK-26375: ------------------------------------ Summary: Fix Statefun Golang SDK to return nil from Context.Caller when there is no caller Key: FLINK-26375 URL: https://issues.apache.org/jira/browse/FLINK-26375 Project: Flink Issue Type: Bug Components: Stateful Functions Affects Versions: statefun-3.1.1, statefun-3.2.0, statefun-3.1.0, statefun-3.0.0 Reporter: Galen Warren Fix For: statefun-3.2.0
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 issue would fix that. -- This message was sent by Atlassian Jira (v8.20.1#820001)