Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Add cut marker for fly publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkurt committed Jul 22, 2020
1 parent 70a7584 commit 37d8650
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,6 +4,8 @@
## Overview

<!---- cut here --->

This application demonstrates how to use Fly and gRPC to run your services close to users all over the world.

Fly runs tiny virtual machines at edge datacenters close to your users, with each edge including a local Redis cache, and the ability to broadcast commands globally.
Expand Down Expand Up @@ -104,4 +106,4 @@ Because gRPC applications use a special wire protocol, we can't use `cURL`, `wge
```
ghz grpc-test.fly.dev:443 --call=MainService/Hello --proto=hello.proto
```
Keep in mind that this test will run against your closest enabled Fly region, which may or may not be the region that your users will use. gRPC testing also works a little different, because a single HTTP/2 connection is re-used across many requests. Testing against dummy methods that don't do much is really just a test of single connection bandwidth. The best way to make sure your service is running great would be to enable the instrumentation provided in your client and service libraries and exercise your service in a real-world scenario.
Keep in mind that this test will run against your closest enabled Fly region, which may or may not be the region that your users will use. gRPC testing also works a little different, because a single HTTP/2 connection is re-used across many requests. Testing against dummy methods that don't do much is really just a test of single connection bandwidth. The best way to make sure your service is running great would be to enable the instrumentation provided in your client and service libraries and exercise your service in a real-world scenario.

0 comments on commit 37d8650

Please sign in to comment.