Skip to content

Commit

Permalink
Add messageId query param for WS Reader doc (apache#1732)
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth authored and merlimat committed May 5, 2018
1 parent ee3e06d commit afdf6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/latest/clients/WebSocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Key | Type | Required? | Explanation
:---|:-----|:----------|:-----------
`readerName` | string | no | Reader name
`receiverQueueSize` | int | no | Size of the consumer receive queue (default: 1000)
`messageId` | int or enum | no | Message ID to start from, `earliest` or `latest` (default: `latest`)

##### Receiving messages

Expand Down

0 comments on commit afdf6fb

Please sign in to comment.