jackdaw

Alastair Hole 2022-02-22T17:01:44.772179Z

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

2022-02-22T17:21:43.478599Z

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 Hole 2022-08-03T16:23:32.494549Z

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