[ https://issues.apache.org/jira/browse/AVRO-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800375#action_12800375 ]
Doug Cutting commented on AVRO-324: ----------------------------------- We might use URIs here to name endpoints, for example: - tcp://0.0.0.0:0/ could be used to start a socket server on a dynamically allocated port - http://localhost:5555/ could be used to contact a local HTTP-based server on port 5555 Command options might be ordered from general to specific, i.e.: - rpcsend transport:://host:port protocol messageName parameters - rpcreceive transport:://host:port protocol messageName response > Avro tools "rpcsend" and "rpcreceive" should order message name and port the > same way > ------------------------------------------------------------------------------------- > > Key: AVRO-324 > URL: https://issues.apache.org/jira/browse/AVRO-324 > Project: Avro > Issue Type: Improvement > Components: java > Reporter: Jeff Hammerbacher > > They're reversed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.