pulsar_consume
Consume messages from a Pulsar topic by specifying the topic and subscription name, with an optional limit on the number of messages.
Instructions
Consume messages from a Pulsar topic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | The Pulsar topic to consume from | |
| max_messages | No | Maximum number of messages to consume | |
| subscription_name | Yes | The subscription name for consuming messages |