Has anyone built an Avro RPC interface that includes a method that returns
Avro Schema objects?

I've built my protocol using the reflect APIs, but because Schema doesn't
have an empty constructor, I get a NoSuchMethodException when trying to
deserialize on the client.

-Joey

Reply via email to