Skip to main content

End-to-End Example: Setting up a Striim Application Using Kafka Writer

A fully worked, single end-to-end tutorial for one specific scenario (for example, Oracle CDC to Confluent Cloud with mutual TLS) is not yet available as a standalone walkthrough. To build a complete pipeline, work through the following sections of this guide in order:

  1. Create the Kafka Connection Profile — see Kafka Writer Initial Setup, including the authentication method for your cluster (SSL-only, SASL, or Mutual TLS) and, for Amazon MSK, Writing to AWS MSK.

  2. Store certificates and credentials in the Striim Vault, if your authentication method requires them — see Using the Striim Vault.

  3. Create the Schema Registry Connection Profile, if using the Avro Formatter — see Connecting to Schema Registry.

  4. Create the Striim application (source, optional CQ, and KafkaWriter target) — see Create Kafka Writer Application and the Sample TQLs for complete, runnable examples.

  5. Deploy, run, and monitor the application, and verify messages are arriving in the target Kafka topics — see Kafka Writer Operational Considerations for the available metrics.