kaffe icon indicating copy to clipboard operation
kaffe copied to clipboard

Flow adapter for kaffe

Open stevehebert opened this issue 7 years ago • 2 comments

I have a flow adapter for kaffe I use extensively and I'm thinking about open sourcing it. The adapter merges incoming kafka messages to a given Stream.resource/3 that can then be processed, partitioned, windowed, etc. using flow (or other libraries).

My question is this - is this something Kaffe would be interested in having as part of its offering or should I offer it separately. If separate, would you be ok with a name like Kaffe.Stream or would you like something without Kaffe in the name?

stevehebert avatar Jun 14 '18 21:06 stevehebert

@stevehebert It sounds fairly special purpose, so I don't think it would necessarily fit within Kaffe itself. However, calling it Kaffe.Stream is fine with us!

If you open source it, let us know!

objectuser avatar Jun 15 '18 13:06 objectuser

@stevehebert I'd love to hear more details about how you're using Flow for your Kafka stream processing. I imagine it's very domain specific, but a pseudo-code like overview would be interesting?

rwdaigle avatar Jun 15 '18 14:06 rwdaigle