{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector V1consumer API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "V1consumer", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Consume Records Using A Simple Consumer", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/consumer/topics/:topic/partitions/:partition/offsets/:offset", "params": [ { "name": "topic", "value": "", "type": "path", "description": "Topic to consume the records from" }, { "name": "partition", "value": "", "type": "path", "description": "Partition ID to consume the records from" }, { "name": "offset", "value": "", "type": "path", "description": "Offset to start from" }, { "name": "count", "value": "", "type": "query", "description": "Number of records to consume (optional). By default count is 1. It returns either count of records or 6 megabytes of data, which is smaller." } ] }, "docs": "Consume records from one partition of a topic beginning with a specific offset. By default count is 1. It can read maximum of 6 megabytes of data at once" } ] } ], "bundled": true }