Skip to content

Commit

Permalink
improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed May 23, 2021
1 parent ef3721c commit 906d869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/apollo-managed-federation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Managed federation with [Apollo Gateway](https://github.com/apollographql/federation)

The difference between federation is that the gateway is no longer responsible to specify the service configurations. The entire composed graph is fetched by the gateway. This allows to dynamically adding and removing services and schema updates without restarting the gateway.
The difference between federation is that the gateway is no longer responsible to specify the service configurations. The entire composed graph is provided by a single versioned artifact to the the gateway.

1. Run `npm run start-registry`
2. Run `npm run start-services`
Expand Down

0 comments on commit 906d869

Please sign in to comment.