Package

monix.kafka

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Acks extends Product with Serializable

    Permalink

    Enumeration for specifying the acks setting in KafkaProducerConfig.

    Enumeration for specifying the acks setting in KafkaProducerConfig.

    Represents the number of acknowledgments the producer requires the leader to have received before considering a request complete. This controls the durability of records that are sent.

    For the available options see:

  2. sealed trait AutoOffsetReset extends Serializable

    Permalink

    What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server (e.g.

    What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server (e.g. because that data has been deleted).

    Available choices:

  3. abstract class ClassName[T] extends Serializable

    Permalink
  4. sealed trait CompressionType extends Serializable

    Permalink

    The compression type for all data generated by the producer, the compression.type from the Kafka Producer configuration.

    The compression type for all data generated by the producer, the compression.type from the Kafka Producer configuration.

    The default is none (i.e. no compression). Compression is of full batches of data, so the efficacy of batching will also impact the compression ratio (more batching means better compression).

    Valid values:

  5. sealed trait OffsetsStorage extends Serializable

    Permalink

    Where offsets should be stored.

    Where offsets should be stored.

    Available choices:

  6. sealed trait PartitionAssignmentStrategy extends Serializable

    Permalink

    A strategy for assigning partitions to consumer streams

    A strategy for assigning partitions to consumer streams

    Available choices:

Value Members

  1. object Acks extends Serializable

    Permalink
  2. object AutoOffsetReset extends Serializable

    Permalink
  3. object CompressionType extends Serializable

    Permalink
  4. object OffsetsStorage extends Serializable

    Permalink
  5. object PartitionAssignmentStrategy extends Serializable

    Permalink

Ungrouped