[ https://issues.apache.org/jira/browse/FLINK-31384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nicolas Pocock updated FLINK-31384: ----------------------------------- Description: 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 {code:java} "registering Stateful Function nil"{code} And then carries on as usual I have added a fix here https://github.com/apache/flink-statefun/pull/325 was: 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 {code:java} "registering Stateful Function nil"{code} And then carries on as usual > 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 > Priority: Major > > 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 > {code:java} > "registering Stateful Function nil"{code} > And then carries on as usual > I have added a fix here > https://github.com/apache/flink-statefun/pull/325 -- This message was sent by Atlassian Jira (v8.20.10#820010)