BatchedStream

A Kafka stream which will batch up records by the least of either a time-window or max-size, and then use the provided 'persist' function on each batch

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Types

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(config: FranzConfig): Task[BatchedStream]
Value parameters:
config

our parsed typesafe config

Returns:

a managed resource which will return the running stream