Does Jackdaw expose a toTable for a stream? Or is it possible to map the key that is used to materialise a KTable?
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.
@benpd I had a similar need as above but never managed to find how to get the underlying object