mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Fixed typo
This commit is contained in:
parent
3f01c728c1
commit
57fe4240bf
@ -54,12 +54,10 @@ Services and streams are mechanisms to share messages between accounts.
|
|||||||
|
|
||||||
Think of a service as an RPC endpoint into an account. Behind that account there might be many microservices working in concert to handle requests, but from outside the account there is simply one subject exposed.
|
Think of a service as an RPC endpoint into an account. Behind that account there might be many microservices working in concert to handle requests, but from outside the account there is simply one subject exposed.
|
||||||
|
|
||||||
**Services** definition to share an endpoint:
|
**Service** definitions share an endpoint:
|
||||||
|
|
||||||
* Export a service to allow other accounts to import
|
* Export a service to allow other accounts to import
|
||||||
* Import a service to allow requests to be sent securely and seamlessly to
|
* Import a service to allow requests to be sent securely and seamlessly to another account
|
||||||
|
|
||||||
another account
|
|
||||||
|
|
||||||
Use cases include most applications - anything that accepts a request and returns a response.
|
Use cases include most applications - anything that accepts a request and returns a response.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user