I'm building a Java RPC Server that should accepts requests from a Ruby Client. I tried to do that using my application but didn't work. So, I tried using the avro-rpc-quickstart <https://github.com/phunt/avro-rpc-quickstart>, but also didn't work.
Seems that is some kind of encode problem, but I still didn't solve. Someone knows how to solve this problem? This is the Java log: <goog_1342367650> https://gist.github.com/fltiago/be5e481e4ca1609dfff6 At the Ruby side: <goog_1342367652> https://gist.github.com/fltiago/84f47e0f959fd6107177 Tiago Ferreira Lima GitHub: fltiago Skype: fltiago LinkedIn: linkedin.com/in/fltiago -
