get_topic_content
Retrieve messages from a Kafka topic partition at a given offset. Specify topic, partition, and offset to read messages up to an optional limit.
Instructions
Get content from a topic partition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_name | Yes | ||
| partition | Yes | ||
| offset | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |