X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ASYNC.md;h=0a522ad26a0d57b3e29ba97f257aed231a57c28a;hb=HEAD;hp=97167f3032f2fc7fcc439c6440381e8aa0028f16;hpb=ad394a4de37ccb00725016fe010bf296c3b6f4e4;p=aai%2Fgizmo.git diff --git a/ASYNC.md b/ASYNC.md index 97167f3..0a522ad 100644 --- a/ASYNC.md +++ b/ASYNC.md @@ -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.