Consumers

Subscribes a consumer to one or more topics. You can describe the topics to which the consumer will subscribe in a list (of Topics type) or as a topic_pattern field. Each call replaces the subscriptions for the subscriber.

post/consumers/{groupid}/instances/{name}/subscription

Path parameters

groupidstring required

ID of the consumer group to which the subscribed consumer belongs.

namestring required

Name of the consumer to subscribe to topics.

Response

Consumer subscribed successfully.

Changes