Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »


YesIntroduction

Confluent Cloud is a streaming data service with Apache Kafka delivered as a managed service. 

User Storie(s)

  • As a pipeline developer, I would like to stream data real time from Confluent cloud based on the specified schema by the user
  • As a pipeline developer, I would like to stream data real time to Confluent Cloud and perform serialization during event streaming
  • As a pipeline developer I would like to capture records that did not get delivered downstream to Confluent Cloud for analysis 

Plugin Type

  • Batch Source
  • Batch Sink 
  • Real-time Source
  • Real-time Sink
  • Action
  • Post-Run Action
  • Aggregate
  • Join
  • Spark Model
  • Spark Compute

Prerequisites

  • Kafka Broker: Confluent Platform 3.3.0 or above, or Kafka 0.11.0 or above
  • Connect: Confluent Platform 3.3.0 or above, or Kafka 0.11.0 or above
  • Java 1.8

Properties

Real time source

PropertydescriptionMandatory or Optional
Kafka cluster credential API keyAPI key in order to connect to the clusterYes
Kafka cluster credential secretSecret in order to connect to the clusterYes
Kafka ZookeeperThe connect string location of ZooKeeper. Either that or the list of brokers is requiredRequired if brokers not specified
Kafka brokersComma-separated list of Kafka brokers. Either that or the ZooKeeper quorum is requiredRequired if zookeeper not specified
Kafka partitionNumber of partitionsYes



Kafka topicList of topics which we are listening to for streamingYes
Schema registry URLURL endpoint for the schema registry on Confluent Cloud or self hosted schema registry URLNo
Schema registry API keyAPI keyNo
Schema registry secretSecretNo



Real time sink

Propertydescription


Kafka topicList of topics to which the data should be published to
Schema registry URLURL endpoint for the schema registry on Confluent Cloud
Schema registry API keyAPI key for
Schema registry secret




References

Design / Implementation Tips

  • Tip #1
  • Tip #2

Design

Approach(s)

Properties

Security

Limitation(s)

Future Work

  • Some future work – HYDRATOR-99999
  • Another future work – HYDRATOR-99999

Test Case(s)

  • Test case #1
  • Test case #2

Sample Pipeline

Please attach one or more sample pipeline(s) and associated data. 

Pipeline #1

Pipeline #2



Table of Contents

Checklist

  • User stories documented 
  • User stories reviewed 
  • Design documented 
  • Design reviewed 
  • Feature merged 
  • Examples and guides 
  • Integration tests 
  • Documentation for feature 
  • Short video demonstrating the feature
  • No labels