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

James Todd commented on AVRO-405:
---------------------------------

hey bo shi, todd -

  attached is a first cut at merging our patches along with the associated 
notes (eg assumptions, addressed issues, todo issues, etc).

  i feel pretty good with this patch noting that there are a few open issues, 
namely we need to refactor out the explicit avro instance invocations
  for Mail/Message via request/responder post handshake factory delegation, 
something i can likely start to chew on should this patch look ok.

  hth,

- james

> Netty-based Java RPC server
> ---------------------------
>
>                 Key: AVRO-405
>                 URL: https://issues.apache.org/jira/browse/AVRO-405
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Todd Lipcon
>            Assignee: James Todd
>         Attachments: AVRO-405-for-review.patch, AVRO-405.patch, netty-avro.zip
>
>
> A nonblocking RPC server based on Netty should be more scalable than the 
> current implementation.
> We should provide two mechanisms for interfacing the RPC server to the 
> implementations:
> 1) "Blocking" RPC implementations run inside a worker threadpool. 
> Implementators would not know that they're working in a non-blocking context.
> 2) "Event-driven" RPC implementations that receive requests and some kind of 
> request context. They are responsible for eventually calling 
> context.respond(response) or somesuch. This would allow more scalable 
> interaction with downstream services.
> I propose we focus on (1) first.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to