jackdaw

https://github.com/FundingCircle/jackdaw
xi 2019-07-29T13:19:24.060600Z

@cddr How do I add sinks for my process! fn please? Do I have to add them to the Topology I get from (.build builder)?

2019-07-29T13:22:06.060800Z

Yep. Exactly.

xi 2019-07-29T13:22:18.061Z

😶

xi 2019-07-29T13:22:27.061200Z

Thanks though

xi 2019-07-29T13:25:06.061700Z

@cddr Hmm followup then - how do I get the name of the processor node created by process! please?

xi 2019-07-29T13:26:02.062400Z

Maybe it's easier to not use process! at all

2019-07-29T13:28:01.063400Z

I'm not too familiar with doing this to be honest. You might be able to call .describe to get the TopologyDescription which should include names for all the nodes.

xi 2019-07-29T13:29:04.064200Z

OK, thanks

xi 2019-07-29T14:12:05.065300Z

Do you have any idea when you might be able to release 0.6.7? Ideally including my patch

Quest 2019-07-29T23:46:14.067100Z

The jackdaw sample projects make use of a (publish ...) function, but I can't find this function anywhere in docs / nREPL. https://github.com/FundingCircle/jackdaw/tree/master/examples/pipe Is there something I'm missing here? (If it's deprecated, the likely replacements seem to be jackdaw.client [produce! send!]... is that right?)