ox.kafka

package ox.kafka

Members list

Type members

Classlikes

case class ConsumerSettings[K, V](bootstrapServers: List[String], groupId: String, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V], autoCommit: Boolean, autoOffsetReset: Option[AutoOffsetReset], otherProperties: Map[String, String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object KafkaDrain

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
KafkaDrain.type
object KafkaSource

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object KafkaStage

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
KafkaStage.type
case class ProducerSettings[K, V](bootstrapServers: List[String], keySerializer: Serializer[K], valueSerializer: Serializer[V], otherProperties: Map[String, String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ReceivedMessage[K, V](consumer: Sink[KafkaConsumerRequest[K, V]], consumerRecord: ConsumerRecord[K, V])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SendPacket[K, V](send: List[ProducerRecord[K, V]], commit: List[ReceivedMessage[_, _]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SendPacket

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SendPacket.type