Package

org.novelfs.streaming

kafka

Permalink

package kafka

Visibility
  1. Public
  2. All

Type Members

  1. trait FromKafkaSdk[In, Out] extends AnyRef

    Permalink
  2. trait FromSdkConversions extends AnyRef

    Permalink
  3. case class KafkaAuthenticationSettings(keyStoreLocation: String, keyStorePassword: String, keyPassword: String) extends Product with Serializable

    Permalink

    keyStoreLocation

    The location of the key store file

    keyStorePassword

    The store password for the key store file

    keyPassword

    The password of the private key in the key store file

  4. case class KafkaEncryptionSettings(trustStoreLocation: String, trustStorePassword: String) extends Product with Serializable

    Permalink

    trustStoreLocation

    The location of the trust store file

    trustStorePassword

    The password for the trust store file

  5. final case class KafkaHeader(key: String, value: Array[Byte]) extends Product with Serializable

    Permalink

    key

    The key of the header

    value

    The value of the header

  6. sealed trait KafkaSecuritySettings extends AnyRef

    Permalink
  7. trait ToKafkaSdk[In, Out] extends AnyRef

    Permalink
  8. trait ToSdkConversions extends AnyRef

    Permalink
  9. case class TopicPartition(topic: String, partition: Int) extends Product with Serializable

    Permalink

Value Members

  1. object KafkaSdkConversions extends FromSdkConversions with ToSdkConversions

    Permalink
  2. object KafkaSecuritySettings

    Permalink
  3. package algebra

    Permalink
  4. package consumer

    Permalink
  5. package interpreter

    Permalink
  6. package ops

    Permalink
  7. package producer

    Permalink
  8. package utils

    Permalink

Ungrouped