ARGOeu / argo-messaging

The ARGO Messaging API is implemented as a Publish/Subscribe Service. Instead of focusing on a single Messaging API specification for handling the logic of publishing/subscribing to the broker network the API focuses on creating nodes of Publishers and Subscribers as a Service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modify Offsets documentation not clear

tofu-rocketry opened this issue · comments

The section on modifying offsets has conflicting info: offset_config is listed, but the POST input shows offset - which should be used?

## [POST] Modify Offsets

Yes it is an error in the documentation, thank you for pointing it out.

The correct parameter name is offset. An update has been made to address it.