hey all - in working with the avro java rpc server code, it appears to me that one should be sure to wrap around (and delegate to) the o.a.a.ipc.Responder.responde(List<ByteBuffer> buffers) method to ensure application/protocol compliance/leverage/etc.
i came to this (rather quick) conclusion after inspecting the SocketServer javadoc warnings which led me to the o.a.a.ipc.HttpServer (jetty) impl that in turn delegates to the ResponderServlet which largely delegates to the backing Responder.respond(). i'd just like to ensure that i am looking at the right code models to build upon/against. thx in advance, - james
