@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)
?
Yep. Exactly.
😶
Thanks though
@cddr Hmm followup then - how do I get the name of the processor node created by process!
please?
Maybe it's easier to not use process!
at all
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.
OK, thanks
Do you have any idea when you might be able to release 0.6.7? Ideally including my patch
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?)