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

type JsonString = String

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply[K, V](config: FranzConfig): Task[BatchedStream[K, V]]
Value Params
config

our parsed typesafe config

Returns

a managed resource which will return the running stream