Receive Apache Kafka Message Dynamic Action

About

Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.

More information: https://kafka.apache.org

Metadata tab

Receive Apache Kafka Message Action - Metadata tab
 

  1. The Write Variables option ensures that the “Package Action” logs the variable values into the “Action vars before log file” before the action is executed and logs the updated variable values into the “Action vars after log file” after the action completes.
  2. This option is typically used for debugging and is not recommended in a production environment.
  3. It can be globally disabled through the options dialog .

Parameters tab

Receive Apache Kafka Message Action - Parameters tab
 

Selecting Connection

Receive Apache Kafka Message Action - Editing Receive Apache Kafka Message Connection Parameter

Variables tab

The Variables tab defines the variables to be updated during the action’s execution.

Receive Apache Kafka Message Action - Variables tab

Execution log tab

The Execution log tab is populated after the action is executed. Double click on the row to view the log.

Receive Apache Kafka Message - Execution log tab

Example Generating Apache Kafka Message File Name using GUID

Pascal

Receive Apache Kafka Message - Calculated File Name example - Pascal
  Script

begin
 Result:='c:\support\'+GUIDNB+'.txt';
end;

Python

Receive Apache Kafka Message - Calculated File Name example - Python
  Script

import uuid
myuuid = uuid.uuid4()
Result.Value='c:\\support\\'+ str(myuuid)+'.txt'
  1. Receive Apache Kafka Message Action
  2. Send Apache Kafka Message Action

For more technologies supported by our ETL Software see Advanced ETL Processor Versions

Confused? Ask question on our ETL Forum

Posted on January 3, 2025 • 2 min read • 291 words
www.etl-tools.com About Support Pricing Cookies Policy Term Of Use Privacy Policy License