|
|
-
Avro IDL: Sharing complex types in multiple protocolsSharad Agarwal 2010-07-22, 18:40
I don't find a way to to share complex type in more than one protocol. I
want to do something like: @namespace ("x.y") protocol Protocol1 { record MyRecord { string name; } void message1(MyRecord r); } @namespace ("x.y.z") protocol Protocol2 { void message2(x.y.MyRecord r); } Is there a workaround for this ? Sharad +
Jeff Hammerbacher 2010-07-22, 19:17
+
Doug Cutting 2010-07-22, 19:24
|