Hi,
Could you explain how to genreate stub/skeletons for my avsc file using
python binding in avro.
I have already done it in java using the avro-maven-plugin and have
generated the sources needed to send / receive request / responses, but am
not sure how to go about it in Python.
I would like to communicate from a Python client to a Java server and
vice versa.
Thank You
