sjwiesman opened a new pull request #181: URL: https://github.com/apache/flink-statefun/pull/181
Implements a remote Go SDK based on the latest invocation protocol. Tests can be executed by running `go test ./...` from within the `statefun-go-sdk` directory. There is also a greeter example you can reference. ### Licensing I'm not sure how licensing works for the go sdk. We will never release binaries, go dependencies pull directly from git repositories via tags, and build locally, so we are always only providing source releases. You can check the configured dependencies in the `go.mod` file and fully resolve transitive dependencies via `go.sum` lock file. ### Documentation There is go doc and a README but I'm holding off on full documentation for now. I'm assuming the API might change over the course of the review. ---------------------------------------------------------------- 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]
