[ https://issues.apache.org/jira/browse/AVRO-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830376#action_12830376 ]
Doug Cutting commented on AVRO-341: ----------------------------------- > Regarding the use of "avro:" for urls; perhaps "avros", to leave room for a > tcp sockets-based "avro:" url? I would like to minimize the number of transports, as they combinatorially explode the compatibility matrix. Rather we should devise a single transport that is both capable of high performance and supports authentication and encryption. The authentication and encryption should be optional, as they are in SASL. We'll want to be able to piggyback the initial SASL handshake on the initial request response, so that services which do not use authentication or encryption pay little penalty. > specify avro transport in spec > ------------------------------ > > Key: AVRO-341 > URL: https://issues.apache.org/jira/browse/AVRO-341 > Project: Avro > Issue Type: Improvement > Components: spec > Reporter: Doug Cutting > > We should develop a high-performance, secure, transport for Avro. This > should be named with avro: uris. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.