Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Output Kafka event adapter is used to send events to a specific Web service location using POST. This feature is donated by Andres Gomez FerrerFor more information on Apache Kafka, go to Apache Kafka documentation.

...

  1. Log in to the product's management console, and click Configure.
  2. Click Output Event Adaptors in the Event Processor Configs menu, and then click Add Output Event Adaptor.

  3. Enter details as shown in the below example. 

    create output Kafka event adapter

  4. Click Add Event Adaptor.

...

The configured output event adapters are used in event formatters. With output event adapter message properties, event formatters are able to extract data from event streams and format the output events. Following are the output Kafka event adapter-specific message properties.
output Kafka event adapter message propertiesImage Removed
 . Message properties specific to output event adapters of the kafka type can be configured as follows.
  1. Log into the CEP Management Console. For detailed instructions, see Running the Product.
  2. Click the Configure tab and then click Event Formatters to open the Available Event Formatters page.
  3. Click the name of the event formatter to which the relevant output event adapter is connected. This opens the Event Formatter Details page.
    output Kafka event adapter message propertiesImage AddedThe message properties of a kafka output event adapter are described below. Change the property values as required.

    PropertyDescription
    Topic KafkaTopic of the Kafka.
    Output Event TypeThe outgoing event type to be mapped. The output Kafka event adapter supports JSON, text, and XML mappings.