anz-bank / sysl

Sysl (pronounced "sizzle") is a system specification language
https://sysl.io
Apache License 2.0
122 stars 42 forks source link

Async style Systems #1110

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

Purpose

Model async pipe style systems.

for example NATS is a golang broker that I want to use.

Suggested approaches

Ah you got me there… I have not checked in the code if it can already do this.

Async with NATS is a Publisher and Consumer Model . I think it is a good match .

Which leads me to ask if is a plugin concept ?

Great system btw. Clean and simple - like it’s style