Send 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

Send 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

Send Apache Kafka Message Action - Parameters tab

Selecting Connection

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

Variables tab

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

Send 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.

Send Apache Kafka Message Action - Execution log tab

Example Calculated RabbitMQ Message

Pascal

Send Apache Kafka Message Action - Calculated Message example - Pascal
  Script

begin
 if DayOfWeek(Now)=7 then
    begin
     Result:='Please contact emergency VET clinic';
    end
 else
    begin
     Result:='Please contact local VET clinic';
    end;
end;

Python

Send Apache Kafka Message Action - Calculated Message example - Python
  Script

import datetime;
if datetime.datetime.today().weekday()==0:
   Result.Value='Please contact emergency VET clinic'
else:
   Result.Value='Please contact local VET clinic'
  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 4, 2025 • 2 min read • 256 words
www.etl-tools.com About Support Pricing Cookies Policy Term Of Use Privacy Policy License