FetchStrategy

zio.kafka.consumer.fetch.FetchStrategy

A fetch strategy determined which stream are allowed to fetch data in the next poll.

WARNING: this is an EXPERIMENTAL API and may change in an incompatible way without notice in any zio-kafka version.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Selects which partitions can fetch data in the next poll.

Selects which partitions can fetch data in the next poll.

Value parameters

streams

all stream for this consumer

Attributes

Returns

the partitions that may fetch in the next poll