RainbowZephyr opened a new issue, #196:
URL: https://github.com/apache/pulsar-client-python/issues/196

   Hello, I am having a bit of an issue running functions in Python with Avro. 
I am creating a message from Java that is serialized using a schema file 
without compression that should be processed by a python function. After some 
tinkering around, the only way to get avro to deserialize was to use  
schemaless_reader function not the normal reader, however this keeps throwing:
   
   EOF Expected 1464521417000 bytes, read 98350
   
   If I try to use the normal reader from fastavro, it throws an error 
indicating that it can't read the header.
   
   What should I do in this case?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to