File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/posts/event-driven-golang Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,18 @@ Then open the UI:
6363open http://localhost:8080
6464```
6565
66- You will see a small web page that lists events, their current state, and how they change over time.
66+ You will see a small web page that lists events and their current state. It looks like this:
6767
6868![ Event engine UI] ( ./meta.jpg )
6969
70- The UI connects to the server with server-sent events and WebSocket. It shows you:
70+ When the engine is running against a real database and broker, the UI connects over server-sent events and WebSocket and shows you:
7171
7272- when a new event is created
7373- when it is picked up for work
7474- when it succeeds or fails
7575- when it is retried or expires
7676
77- This turns “event-driven architecture” from a diagram into something you can watch.
77+ That turns “event-driven architecture” from a diagram into something you can watch.
7878
7979## The main pieces in plain language
8080
You can’t perform that action at this time.
0 commit comments