[ 
https://issues.apache.org/jira/browse/AVRO-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725245#action_12725245
 ] 

Doug Cutting commented on AVRO-65:
----------------------------------

These might look something like:

void Requestor#setClientConnectMeta(Utf8,ByteBuffer); //call before the first 
request
ByteBuffer Requestor#getServerConnectMeta(Utf8); // call after a request has 
been made
void Responder#connecting(Map<Utf8,ByteBuffer> clientMeta, Map<Utf8,ByteBuffer> 
serverMeta);


> add API to access RPC session metadata
> --------------------------------------
>
>                 Key: AVRO-65
>                 URL: https://issues.apache.org/jira/browse/AVRO-65
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Doug Cutting
>
> Requestor and Responder should have methods that access the sessions's 
> metadata.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to