java - Avro- IDL protocol to programmatic API schema -


i want declare client-server (at moment there 2 ways mentions on avro site nettyserver or httpserver) app using avro. want define protocol using idl files. thing type in file idl protocol avdl.

1. how read avdl programmatic model?

i found idlprotocolmojo methods protected no access. know can use schemabuilder bu defining schema in code , want schema object read avdl definition written in hand.

i not want use avro tools because want program in code no outer commands.

2. can simmilar thing done protocol definition displayd in json in avpr instead of idl in avdl?


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -