jackdaw

https://github.com/FundingCircle/jackdaw
tzzh 2020-01-17T09:17:23.005600Z

Thanks a lot for your response :thumbsup: ok cool yeah I was hoping that by doing some weird deep inspection of the java objects it would be possible to get the clojure function name back but that might indeed be impossible

2020-01-17T10:06:59.007Z

well maybe crazy idea, but in theory if you do use jackdaw we could add something there that adds metadata to the builder/topology, and then something else could try to match the metadata with the output of .describe

tzzh 2020-01-17T10:09:00.008200Z

🤯 oh yeah that could be cool

2020-01-17T14:29:02.008500Z

yeah, I would have to check how feasible it would be though.

2020-01-17T14:29:45.009400Z

but it would be another way to get to what https://github.com/DaveWM/willa trying to accomplish (another library from one FC employee) there is a good blog post about it here https://engineering.fundingcircle.com/blog/2019/08/27/kafka-streams-the-clojure-way/ if you are interested

tzzh 2020-01-17T15:19:31.010900Z

Oh yes thanks I have seen this, it looks really good as well :thumbsup: