thunder icon indicating copy to clipboard operation
thunder copied to clipboard

Federation implementation

Open voslartomas opened this issue 3 years ago • 2 comments

Hello, is thunder supporting true Federation? I mean if I create federated service in Thunder, will it work for instance with Apollo Federation gateway server?

In the example I can see that you are communicating via grpc, which I guess needs your server implementation in the gateway, right?

voslartomas avatar Jul 29 '21 18:07 voslartomas

Hi, in order to adapt federation, you need to spin up your own GQL gateway service. You can refer to the example for how to create a gateway.

KevinXing avatar Aug 10 '21 02:08 KevinXing

Examples show thunder gateway implementation, I was wondering more if Thunder follows Apollo Federation spec, so it is replaceable by any other implementation?

voslartomas avatar Aug 13 '21 12:08 voslartomas