Packages

package kafka

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CustomKafkaExecutor extends MinimalKafkaExecutor

    Wrapper for a CustomKafkaExecutor that controls the lifecycle of an arbitrary collection of local Kafka connectors.

  2. class MinimalKafkaExecutor extends StatelessExecutor[ObjectId] with DelegatedPiObservable[ObjectId]

    Minimal implementation of a KafkaExecutor that needs to be present on the local machine to complete the Executor interface.

    Minimal implementation of a KafkaExecutor that needs to be present on the local machine to complete the Executor interface. Other components are required are required to run on the Kafka cluster but need not be situated on the local machine.

Value Members

  1. object CompleteKafkaExecutor

    Implements the full functionality of a Kafka Executor locally using the standard components.

    Implements the full functionality of a Kafka Executor locally using the standard components. - Independent Sequencer - Independent Reducer - Independent Atomic Process Executor

Ungrouped