package consumer
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait KafkaAssignment[F[_]] extends AnyRef
- trait KafkaCommit[F[_]] extends AnyRef
- trait KafkaConsume[F[_], K, V] extends AnyRef
- trait KafkaConsumeChunk[F[_], K, V] extends KafkaConsume[F, K, V]
- trait KafkaConsumerLifecycle[F[_]] extends AnyRef
- trait KafkaMetrics[F[_]] extends AnyRef
- trait KafkaOffsets[F[_]] extends AnyRef
- trait KafkaOffsetsV2[F[_]] extends KafkaOffsets[F]
- trait KafkaSubscription[F[_]] extends AnyRef
- trait KafkaTopics[F[_]] extends AnyRef
- trait KafkaTopicsV2[F[_]] extends KafkaTopics[F]
- trait MkConsumer[F[_]] extends AnyRef
A capability trait representing the ability to instantiate the Java
Consumer
that underlies the fs2-kafkaKafkaConsumer
.A capability trait representing the ability to instantiate the Java
Consumer
that underlies the fs2-kafkaKafkaConsumer
. This is needed in order to instantiate fs2.kafka.KafkaConsumer.By default, the instance provided by MkConsumer.mkConsumerForSync will be used. However this behaviour can be overridden, e.g. for testing purposes, by placing an alternative implicit instance in lexical scope.
Value Members
- object KafkaConsumeChunk
- object MkConsumer