CommitDelivery

akka.kafka.CommitDelivery$
See theCommitDelivery companion trait
@ApiMayChange(issue = "https://github.com/akka/alpakka-kafka/issues/882")

Selects how the stream delivers commits to the internal actor.

Attributes

Companion:
trait
Source:
CommitterSettings.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

@ApiMayChange(issue = "https://github.com/akka/alpakka-kafka/issues/882")
case object SendAndForget extends CommitDelivery

Send off commits to the internal actor without expecting replies, and don't create backpressure in the stream.

Send off commits to the internal actor without expecting replies, and don't create backpressure in the stream.

Attributes

Source:
CommitterSettings.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
@ApiMayChange(issue = "https://github.com/akka/alpakka-kafka/issues/882")
case object WaitForAck extends CommitDelivery

Expect replies for commits, and backpressure the stream if replies do not arrive.

Expect replies for commits, and backpressure the stream if replies do not arrive.

Attributes

Source:
CommitterSettings.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

Concrete fields

@ApiMayChange(issue = "https://github.com/akka/alpakka-kafka/issues/882")

Java API.

Java API.

Attributes

Source:
CommitterSettings.scala
@ApiMayChange(issue = "https://github.com/akka/alpakka-kafka/issues/882")

Java API.

Java API.

Attributes

Source:
CommitterSettings.scala