First of all - after trying to do all the groundwork for running yarn stuff - such a nice refreshing change ;) Thanks folks.
Couple of questions though:
- kafka test is getting stuck running -
java version "1.7.0_11"
Java(TM) SE Runtime Environment (build 1.7.0_11-b21)
Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode), OSX
bits and pieces in tests are not meeting with current weave code too. Anyway, after commenting out here and there, got code to compile and deploy. Moved to example with EchoServer
- at the moment code is dead hooked on idea of using in memory zookeeper client. And providing connection string from it to initiate executor service. Meaning i cant using existing zookeper or we got different one here? :)
Thanks
Sergei