Skip to content

Kafka Connector

Ahmed Elbahtemy edited this page Apr 21, 2019 · 19 revisions

Contents

Overview

  • KafkaConnector is intended for consuming a single Kafka topic

Summary

Supports Datastream Updates

Checkpoint Type

Diagnostics Aware

Metrics Aware

Configuration

Property Description Default

defaultKeySerde

  • Name of SerDe (Serializer/Deserializer)

    to use with Kafka topic key

  • Name has to match one of the values

(None)

defaultValueSerde

  • Name of SerDe (Serializer/Deserializer)

    to use with Kafka topic value

  • Name has to match one of the values

(None)

commitIntervalMs

  • The time duration between successive offset commits to Kafka

  • Must be in the range [0, Log.MAX_VALUE] (inclusive)

1 minute

Diagnostics

Metrics