[ https://issues.apache.org/jira/browse/AVRO-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Esteve Fernandez updated AVRO-528: ---------------------------------- Attachment: 528-support-twisted-4.patch This version corrects an error in the way the length attribute of the RequestStreamingProducer is calculated. It can also be set to UNKNOWN_LENGTH, but it's advised that if the body length can be calculated, it should be set. However, if there's a way in Avro to pass an object that streams the message, instead of passing the entire message, it'd be possible to use the RequestStreamingProducer without knowing the message length beforehand. > Add support for Twisted > ----------------------- > > Key: AVRO-528 > URL: https://issues.apache.org/jira/browse/AVRO-528 > Project: Avro > Issue Type: New Feature > Components: python > Reporter: Esteve Fernandez > Attachments: 528-support-twisted-2.patch, > 528-support-twisted-3.patch, 528-support-twisted-4.patch, > 528-twisted-support.patch > > > Currently, the Python port of Avro only supports synchronous blocking > networking, adding Twisted-enabled client and server implementations will > benefit projects that can't use synchronous I/O but want to use Avro. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.