They should be compatible.

Take a look at lang/py/avro/test/test_io.py in

https://github.com/apache/avro

Line 239 has a simple function that lays it out.

If you encounter a way in which Java and Python are producing incompatible
results, please let us know.

On Thu, May 27, 2021 at 13:05 Chad Preisler <chad.preis...@gmail.com> wrote:

> Hello,
>
> I am writing messages in Java using the BinaryMessageEncoder. I would like
> to read the message in python. Is this supported, or is the format written
> with BinaryMessageEncoder only supported in Java?
>
> If it is supported can you point me to a python example that reads the
> binary message format in python?
>
> Thanks,
> Chad
>

Reply via email to