FetchStrategy

zio.kafka.consumer.fetch.FetchStrategy

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

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