/
/HTTP Bridge API Reference
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1w ago
Consumers8
  • post/consumers/{groupid}
  • get/consumers/{groupid}/instances/{name}/subscription
  • post/consumers/{groupid}/instances/{name}/subscription
  • delete/consumers/{groupid}/instances/{name}/subscription
  • post/consumers/{groupid}/instances/{name}/assignments
  • get/consumers/{groupid}/instances/{name}/records
  • delete/consumers/{groupid}/instances/{name}
  • post/consumers/{groupid}/instances/{name}/offsets
Seek3
  • post/consumers/{groupid}/instances/{name}/positions/beginning
  • post/consumers/{groupid}/instances/{name}/positions/end
  • post/consumers/{groupid}/instances/{name}/positions
Topics8
  • get/topics
  • get/topics/{topicname}
  • post/topics/{topicname}
  • post/admin/topics
  • get/topics/{topicname}/partitions
  • get/topics/{topicname}/partitions/{partitionid}
  • post/topics/{topicname}/partitions/{partitionid}
  • get/topics/{topicname}/partitions/{partitionid}/offsets
  • get/healthy
  • get/ready
  • get/openapi
  • get/openapi/v3
  • get/metrics
  • get/
Consumers

Creates a consumer instance in the given consumer group. You can optionally specify a consumer name and supported configuration options. It returns a base URI which must be used to construct URLs for subsequent requests against this consumer instance.

post/consumers/{groupid}

Response

Consumer created successfully.

Changes