Package

akka.kafka

scaladsl

Permalink

package scaladsl

Visibility
  1. Public
  2. All

Type Members

  1. trait PartitionAssignmentHandler extends AnyRef

    Permalink

    The API is new and may change in further releases.

    The API is new and may change in further releases.

    Allows to execute user code when Kafka rebalances partitions between consumers, or an Alpakka Kafka consumer is stopped. Use with care: These callbacks are called synchronously on the same thread Kafka's poll() is called. A warning will be logged if a callback takes longer than the configured partition-handler-warning.

    There is no point in calling CommittableOffset's commit methods as their committing won't be executed as long as any of the callbacks in this class are called.

    This complements the methods of Kafka's ConsumerRebalanceListener with an onStop callback.

    Annotations
    @ApiMayChange()

Value Members

  1. object Committer

    Permalink
  2. object Consumer

    Permalink

    Akka Stream connector for subscribing to Kafka topics.

  3. object Producer

    Permalink

    Akka Stream connector for publishing messages to Kafka topics.

  4. object Transactional

    Permalink

    Akka Stream connector to support transactions between Kafka topics.

Ungrouped