Kafka Offset Commit
Apache Kafka Offset Commit activity notifies Kafka Consumer Trigger to commit given an offset. This is useful in the case that you want offsets to be committed as soon as the record is processed in the flow. By default, offsets are committed only when the flow is successfully completed.
Note: This activity can be used only with Kafka Consumer Trigger.
Input
Condition Applicable | Field | Description |
---|---|---|
N/A | topic | Name of the topic. |
N/A | partition | Existing partition number where the record is to be sent. |
N/A | offset | Offset of the record. |
Loop
For information on the Loop tab, see the Using the Loop Feature in an Activity section in the TIBCO Flogo® app documentation.