Skip to content

Commit e7bb932

Browse files
senthuran16tharindu1st
authored andcommitted
Separate out WebSub API and WebBroker API Walkthroughs
1 parent 108445c commit e7bb932

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

event-gateway/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Two Postman collections are provided in [`spec/postman/`](spec/postman/):
110110
- **Control Plane**: `localhost:9090`
111111
- **WebSub**: `localhost:8080`
112112

113-
### End-to-End Walkthrough
113+
### WebSub API Walkthrough
114114

115115
#### Step 1: Create a WebSub API (Control Plane collection)
116116

@@ -218,9 +218,9 @@ docker compose logs wh-listener
218218

219219
You should see the event body and headers printed by the listener.
220220

221-
### WebBrokerApi Walkthrough
221+
### WebBroker API Walkthrough
222222

223-
The WebBrokerApi enables bidirectional WebSocket ↔ Kafka protocol mediation. This walkthrough demonstrates creating a stock trading API where clients can produce messages to Kafka and consume messages in real-time over WebSocket.
223+
The WebBroker API enables bidirectional WebSocket ↔ Kafka protocol mediation. This walkthrough demonstrates creating a stock trading API where clients can produce messages to Kafka and consume messages in real-time over WebSocket.
224224

225225
#### Step 1: Create a WebBroker API
226226

0 commit comments

Comments
 (0)