Activate and Run the Recipe

After you've configured the connections and other resources, you can activate and run the recipe.

Note:

Before activating and running the recipe, ensure that there are some messages in the Apache Kafka topic.
  1. Activate the recipe. See Activate a Recipe or Accelerator.
  2. Run the recipe.
    1. In the Integrations section of the project workspace, click Actions Actions icon on the integration flow, then select Run.

      The Configure and run page is displayed, where you can specify a value for the AmazonS3BucketName parameter. Enter the name of the Amazon S3 bucket to which you want to export Apache Kafka messages in the New Value field. For example, oracle-kafka.

    2. On the Configure and run page, click Run.

      You've now successfully submitted the integration for execution.

      Note:

      You can also schedule this integration to run at a date, time, and frequency of your choosing. See Define the Integration Schedule.
  3. Monitor the running of the integration flow in Oracle Integration. See Monitor Integrations.
  4. Check if the Apache Kafka messages are exported into the Amazon S3 bucket as JSON files.
    1. Log in to your AWS Management Console, and navigate to the Amazon S3 page.
    2. Select the Amazon S3 bucket from the Buckets section of the page.
    3. In the bucket details page, check if there are JSON files for the corresponding Apache Kafka messages.
      You can open one of the JSON files using a text editor such as Notepad++ and compare the content of the file with the corresponding Apache Kafka message to see if it is exported correctly.