Kafka Offset Commit
Apache Kafka Offset Commit activity notifies Kafka Consumer Trigger to commit given offset. This is useful in case you want offsets to be committed as soon as the record is processed in the flow. By default, offsets are committed only when flow is successfully executed.
Note: This activity can be used only in conjunction with Kafka Consumer Trigger.
Input
| Condition Applicable | Field | Description |
|---|---|---|
| N/A | topic | Name of the topic. |
| N/A | partition | Partition number of the record. |
| N/A | offset | Offset of the record. |
Loop
Refer to the section on "Using the Loop Feature in an Activity" in the TIBCO Flogo® Enterprise User's Guide for information on the Loop tab.