You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sequenceDiagram
participant Client
participant Collection
participant Schema
participant Event Engine
Client->>Collection: Where is your schema?
Schema-->>Client: I'm here!
Note right of Schema: Must validate<br>Collection!
Client->>Schema: Where is the event engine?
Schema-->>Client: "It's here!"
Client->>Event Engine: "Pulling you now"
Event Engine-->>Client: "On my way!"
What is the problem you're trying to solve
The Event Engine lookup process needs to be defined
Describe the solution you'd like
Define the event engine lookup process, so that the client can reliably discover and retrieve Event Engines.
The text was updated successfully, but these errors were encountered: