Nicolas Pocock created FLINK-31384: -------------------------------------- Summary: If you don't pass a function type to the builders WithSpec method it doesn't error within the Go SDK but the function isn't registered within Flink and doesn't run correctly. Key: FLINK-31384 URL: https://issues.apache.org/jira/browse/FLINK-31384 Project: Flink Issue Type: Bug Components: Stateful Functions Reporter: Nicolas Pocock
If you don't pass a function type to the builders `WithSpec` method it doesn't error within the Go SDK but the function isn't registered within Flink and doesn't run correctly. You can see the error within the Flink UI but the Go SDK just logs `"registering Stateful Function nil"` And then carries on as usual -- This message was sent by Atlassian Jira (v8.20.10#820010)