implicit final class StreamKafkaClient[K, V] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamKafkaClient
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamKafkaClient(consumer: Consumer[K, V])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def commitF[F[_]](blocker: Blocker, map: Map[TopicPartition, CommitOffset])(implicit F: Sync[F], shift: ContextShift[F]): F[Unit]
- def commitF[F[_]](blocker: Blocker)(implicit F: Sync[F], shift: ContextShift[F]): F[Unit]
- def finiteStream[F[_]](blocker: Blocker)(timeout: Long, log: PollLogger[F])(implicit F: Sync[F], shift: ContextShift[F]): Stream[F, ConsumerRecords[K, V]]
Finite stream that stops when an empty data was received.
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def stream[F[_]](blocker: Blocker)(timeout: Long, log: PollLogger[F])(implicit F: Sync[F], shift: ContextShift[F]): Stream[F, ConsumerRecords[K, V]]
Infinite stream that filters empty data.
- def streamFlatten[F[_]](blocker: Blocker)(timeout: Long, log: PollLogger[F])(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, KafkaData[V]]
- def toString(): String
- Definition Classes
- Any