[
https://issues.apache.org/jira/browse/HBASE-15756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272196#comment-15272196
]
Jurriaan Mous commented on HBASE-15756:
---------------------------------------
If you have some questions on the Netty Client which I built earlier I am here.
:) Possibly you can be helped by some of the work of the client like the
SaslClientHandlers and more.
A Netty RpcServer would make it easy to quickly experiment with other transport
methods like HTTP2. Although our current wire format already has the same
advantages like multiple requests over the same connection and more. But I
think to move our transport mechanism closer to HTTP/2 would make it more
accessible to create new clients.
A pluggable RpcServer would make it easy to have it stabilize and compared
against the current RpcServer.
> Pluggable RpcServer
> -------------------
>
> Key: HBASE-15756
> URL: https://issues.apache.org/jira/browse/HBASE-15756
> Project: HBase
> Issue Type: Improvement
> Reporter: binlijin
> Assignee: binlijin
>
> Current we use a simple RpcServer, and can not configure and use other
> implementation.This issue is to make the RpcServer pluggable, so we can make
> other implementation for example netty rpc server. Patch will upload laterly
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)