diff options
author | James Forsyth <jf2512@att.com> | 2018-11-09 12:30:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-09 12:30:48 +0000 |
commit | d031aa4bc0852d2e9d3104db7f40aeb2c7706920 (patch) | |
tree | f3a3b906922555b211a178c0c41afa078e1c5abb | |
parent | bf7e693afd6af7370f5bd62957bf55cda9bc2cad (diff) | |
parent | 93dc63d736bea9a11c870879cbd94e5958e48b6d (diff) |
Merge "fix typos"
-rw-r--r-- | ASYNC.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ # ASYNCHRONOUS MODE -Gizmo has two modes, a Synchoronous (sync) mode and an Asynchronous (async) mode. +Gizmo has two modes, a Synchronous (sync) mode and an Asynchronous (async) mode. In the Async mode, Gizmo uses the consumer/producer model where when a client makes a request, Gizmo will generate an event payload and publish it on the async event stream. It will then wait for a -response for that particular event on a different event stream. Once it recieves a +response for that particular event on a different event stream. Once it receives a response, gizmo will send a response back to the client which made the original request. |