Packages

p

net.playq.tk

fs2kafka

package fs2kafka

yet another fs2-kafka adapter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fs2kafka
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class BatchMeta(topic: String, partition: Partition, firstOffset: Offset, lastOffset: Offset, commitOffset: CommitOffset) extends Product with Serializable
  2. final type CommitOffset = Long
  3. final case class KafkaData[+A](topic: String, partition: Partition, offset: Offset, value: A) extends Product with Serializable
  4. final type Offset = Long
  5. final type Partition = Int
  6. final type Pipe2[F[_, _], -A, +B] = (Stream[[β$1$]F[Throwable, β$1$], A]) => Stream[[β$1$]F[Throwable, β$1$], B]
  7. trait PollLogger[F[_]] extends AnyRef
  8. final type Stream2[+F[_, _], +A] = Stream[[β$0$]F[Throwable, β$0$], A]
  9. implicit final class StreamKafkaClient[K, V] extends AnyVal
  10. implicit final class StreamKafkaConsumerCtor[R[_], K, V] extends AnyVal
  11. implicit final class StreamKafkaProducer[K, V] extends AnyVal
  12. implicit final class StreamKafkaProducerCtor[R[_], K, V] extends AnyVal

Value Members

  1. def flattenConsumerRecords[K, V](records: ConsumerRecords[K, V]): Stream[Pure, ConsumerRecord[K, V]]
  2. def flattenConsumerRecords0[K, V](records: ConsumerRecords[K, V]): List[ConsumerRecord[K, V]]
  3. def stringConsumer(props: Map[String, Any]): Consumer[String, String]
  4. def stringConsumerF[F[_]](props: Map[String, Any])(implicit F: Sync[F]): F[Consumer[String, String]]
  5. def stringProducer(props: Map[String, Any]): Producer[String, String]
  6. def stringProducerF[F[_]](props: Map[String, Any])(implicit F: Sync[F]): F[Producer[String, String]]
  7. object BatchMeta extends Serializable
  8. object KafkaData extends Serializable
  9. object PollLogger

Inherited from AnyRef

Inherited from Any

Ungrouped