resend_message
Resend a Kafka message to a specified topic, partition, and offset for reprocessing or recovery in data pipelines.
Instructions
Resend a Kafka message.
Args: environment: The environment name. topic_name: Name of the topic. partition: Kafka partition number. offset: Kafka offset.
Returns: Resend operation result with partition and offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| topic_name | Yes | ||
| partition | Yes | ||
| offset | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||