Connectors
Joyce use Kafka Connect as the preferred way to import content inside the platform.
There are a lot of battle tested Source Connectors that can be easily used to import data from a variety of sources, see Confluent Hub.
Joyce ships with a custom kafka-connect container with some plugins already installed, ready to be configured:
- confluentinc/kafka-connect-jdbc
- confluentinc/kafka-connect-jira
- confluentinc/kafka-connect-elasticsearch
- jcustenborder/kafka-connect-spooldir
- castorm/kafka-connect-http
- kaliy/kafka-connect-rss
To enable Connectors work well with Joyce and let Import Gateway know wich Schema to apply to transform the content you have to build a message key as described here.
info
The transformation is configured automatically by import-gateway
if you configure the connector inside the schema.
This is Joyce prefereed way to iunteract with kafka connect, not directly but mutuated by import-gateway.
It's easy using Kafka Connect built-in InsertJoyceMessageKey SMT (Single message Transform):
Given a content like this:
Will produce this message key:
Read SMT documentation for an advanced usage.