package kafka
- Alphabetic
- Public
- All
Type Members
-
final
class
KafkaProducer[K, V] extends KafkaProducerLike[K, V]
Wraps the Java
KafkaProducerproviding send operations that indicate the result of the operation with either a ScalaFutureor a Function callback.Wraps the Java
KafkaProducerproviding send operations that indicate the result of the operation with either a ScalaFutureor a Function callback.- K
type of the key that the producer accepts
- V
type of the value that the producer accepts
- trait KafkaProducerLike[K, V] extends AnyRef
Value Members
-
object
KafkaConsumer
Utilities for creating a Kafka consumer.
Utilities for creating a Kafka consumer.
This singleton object provides tools for creating Kafka consumers using helpful functions. Unlike with KafkaProducer, the consumer object is not wrapped in an object that provides a Scala-like API.
- object KafkaDeserializer
-
object
KafkaProducer
Utilities for creating a Kafka producer.
Utilities for creating a Kafka producer.
This companion object provides tools for creating Kafka producers.
-
object
KafkaProducerRecord
Helper functions for creating Kafka's
ProducerRecords.Helper functions for creating Kafka's
ProducerRecords.The producer records hold the data that is to be written to Kafka. The producer records are compatible with Kafka's own
KafkaProducerand the KafkaProducer in this library. - object KafkaSerializer
- object KafkaTopicPartition