If you can't find the product or version you're looking for, visit support.ataccama.com/downloads
Kafka Provider Component
The Kafka Provider component enables using Kafka as a source and target for online service components. To add the component to the online server, the server configuration must contain the following definition:
Kafka Provider component
<serverComponents>
...
<component disabled="false" class="com.ataccama.dqc.streaming.KafkaProviderComponent">
<kafkaResources>
<string>KafkaServer</string>
</kafkaResources>
</component>
...
</serverComponents>
The corresponding configuration in the Server Configuration Editor in ONE Desktop:
Property | Value | Required | Description |
---|---|---|---|
Kafka Resources |
N/A |
No |
References to the defined Kafka server connections. See Connect to a Server. |
Was this page useful?