Packages

package settings

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class KafkaExecutorEnvironment extends AnyRef
  2. abstract class KafkaExecutorSettings extends AnyRef

    Low-level Kafka interface: Controls how Kafka Connectors connect to kafka topics, eg: - What the topic names are.

    Low-level Kafka interface: Controls how Kafka Connectors connect to kafka topics, eg: - What the topic names are. - How to connect to the kafka server. - Kafka Producer & Consumer settings. - How to serialize & deserialize messages. - Where to route produced messages.

    IMPORTANT: Ideally these settings should be the same for *every* Consumer or Producer running on a Kafka cluster, otherwise they might send messages incompatible with other components.

Value Members

  1. object KafkaExecutorSettings

Ungrouped