Francesco Guardiani
Francesco Guardiani
@jeremylcarter @Ibrahimogod For who's keen to give a try to build a .NET SDK, we built for Python and Rust SDKs a common core module, available here https://github.com/restatedev/sdk-shared-core. This module...
> So the typescript and java SDKs don't use this [sdk-shared-core](https://github.com/restatedev/sdk-shared-core)? Are you transitioning to try to use the shared core for all SDKs? This is the idea, but we...
@joebowbeer Yep between june and now we added Rust, Python and Golang :smile: look on the side bar here https://docs.restate.dev/
I gave a try to bind to `0` the various open ports we use, but unfortunately this doesn't work with the node port because there is a cross dependency between...
See https://restatedev.slack.com/archives/C063T6B7S7M/p1736754461653159
cc @igalshilman
Train of PRs: * https://github.com/restatedev/service-protocol/pull/96 * https://github.com/restatedev/restate/pull/1967 * https://github.com/restatedev/sdk-shared-core/pull/10 * https://github.com/restatedev/sdk-rust/pull/27 * https://github.com/restatedev/sdk-test-suite/pull/11
Done in Protocol V4
This is not available in any SDK yet, this was the server part of the feature. In Rust SDK there is an open PR https://github.com/restatedev/sdk-rust/pull/27 but I need to finish...
I think the approach is still valid, and I think it removes away a bit of complexity brought in by the `Effects` data structure...