StreamOps

fs2.kafka.KafkaConsumer$.StreamOps
final implicit class StreamOps[F[_], K, V](self: Stream[F, KafkaConsumer[F, K, V]])(implicit evidence$2: Functor[F])

Attributes

Source:
KafkaConsumer.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Alias for partitionedStream. See KafkaConsume#partitionedStream

Alias for partitionedStream. See KafkaConsume#partitionedStream

Attributes

Source:
KafkaConsumer.scala

See KafkaConsume#partitionedStream

See KafkaConsume#partitionedStream

Attributes

Source:
KafkaConsumer.scala

A Stream of records from the allocated KafkaConsumer. Alias for stream. See KafkaConsume#stream

A Stream of records from the allocated KafkaConsumer. Alias for stream. See KafkaConsume#stream

Attributes

Source:
KafkaConsumer.scala

A Stream of records from the allocated KafkaConsumer. See KafkaConsume#stream

A Stream of records from the allocated KafkaConsumer. See KafkaConsume#stream

Attributes

Source:
KafkaConsumer.scala
def subscribe[G[_] : Reducible](topics: G[String]): Stream[F, KafkaConsumer[F, K, V]]

Subscribes a consumer to the specified topics within the Stream context. See KafkaSubscription#subscribe.

Subscribes a consumer to the specified topics within the Stream context. See KafkaSubscription#subscribe.

Attributes

Source:
KafkaConsumer.scala
def subscribe(regex: Regex): Stream[F, KafkaConsumer[F, K, V]]

Attributes

Source:
KafkaConsumer.scala
def subscribeTo(firstTopic: String, remainingTopics: String*): Stream[F, KafkaConsumer[F, K, V]]

Subscribes a consumer to the specified topics within the Stream context. See KafkaSubscription#subscribe.

Subscribes a consumer to the specified topics within the Stream context. See KafkaSubscription#subscribe.

Attributes

Source:
KafkaConsumer.scala