willa icon indicating copy to clipboard operation
willa copied to clipboard

Hooking into a Kstream directly from code, rather than from a topic

Open WhittlesJr opened this issue 1 year ago • 0 comments

Hi, our org just switched from Apache Camel to your lib, and we are liking it so far.

Question: is there any way to call a KStream directly with a function? Maybe I'm asking too high up the stack here but perhaps you know. With Camel, you could call! any route directly from your code synchronously or asynchronously, and it would flow through all the downstream routes as you've defined them. We'd like to do the same thing with Kafka Streams, given the key describing the stream in our Willa topology.

WhittlesJr avatar Nov 30 '22 22:11 WhittlesJr