Fork me on GitHub
#jackdaw
<
2022-02-22
>
Alastair Hole17:02:44

Does Jackdaw expose a toTable for a stream? Or is it possible to map the key that is used to materialise a KTable?

cddr17:02:43

Yeah you can create a table from a stream by grouping by some key and then aggregating or reducing. Not sure if toTable has been added to the jackdaw API yet but there is a way to get the underlying java object and call methods directly.

Alastair Hole16:08:32

@benpd I had a similar need as above but never managed to find how to get the underlying object