[
https://issues.apache.org/jira/browse/AVRO-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elie Prudhomme updated AVRO-1644:
---------------------------------
Attachment: AVRO-1644.patch
The attached patch provides an implementation of Avro RPC in PHP.
This implementation support handshake, one-way/two-way message and message
errors.
Only socket transceiver is implemented in two versions :
- SocketTransceiver : a standard implementation
- NettyFramedSocketTransceiver : an implementation compatible with the
NettyTransceiver in lang/java (which use a different message framing)
The RPC logic is in ipc.php.
> PHP RPC support
> ---------------
>
> Key: AVRO-1644
> URL: https://issues.apache.org/jira/browse/AVRO-1644
> Project: Avro
> Issue Type: New Feature
> Components: php
> Affects Versions: 1.7.7
> Reporter: Elie Prudhomme
> Attachments: AVRO-1644.patch
>
>
> PHP version doesn't support RPC calls using Avro protocol.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)