.NET Core 3.0 Worker Service and gRPC support

Will there be anything special needed to get ServiceStack to work with the new .NET Core 3.0 Worker Service and gRPC support? I’m envisioning using this in a self-hosted way with ServiceStack to get the benefits of being able to deploy this more easily as a Linux Deamon via Docker.

Yes that would be a big ticket item for after .NET Core 3.0 is officially released to integrate ServiceStack Services with gRPC.

In the meantime you would need to implement them independently, i.e. creating .NET Core gRPC Services as normal then you should be able to use the Service Gateway to call ServiceStack Services from inside your gRPC implementation.

@mythz Is this something you are looking at now that 3.0 is out? I’m interested in experimenting with gRPC now that there’s pretty good support for it in .NET.

I’ll be looking at gRPC integration after next release that contains compatibility with .NET Core 3.0 that I’d like to get out soon.


Preview of gRPC support now available.

2 Likes

Looking forward to this!