Rafal Lewczuk
Rafal Lewczuk
Also, 'inline function' feature would be useful so it can work in both ways. Just as Extract Method and Inline Method in IntelliJ Java refactoring tools.
Adding spy = no should disable instrumentation but I haven't tested it for a long time :) Note that lots of built in metrics (ZorkaStats/HTTP, ZorkaStats/SQL etc.) will stop working...
I still remember about this :) I have to backport some TLS library that does not interfere with built in JVM cryptography/SSL/TLS implementation, possibly BouncyCastle.
Yes, stream tapping is risky and possibly I should not enable this by default. Please add the following to zorka.properties: soap.fetch.xml = no Sorry for delay.
I'm looking for ways to handle this as I've encountered similar problems with Apache Camel. I'll let you know when I find solution to this.