Hi,
My topology is coded in Clojure DSL and I use clojure.test to test it (with the Mockito help to mock tuples and other artifacts).
To create an instance of the bolt ==>
(let [bolt mycore/amazing-bolt])
Now I changed some bolts to "parameterized bolts". How to create an instance of it (according to the previous line context) ?
Thanks for help and time.