[infinispan-issues] [JBoss JIRA] (ISPN-7765) Allow HotRodDecoder to be shared between Netty pipelines

Sebastian Łaskawiec (JIRA) issues at jboss.org
Wed Apr 26 05:05:00 EDT 2017


Sebastian Łaskawiec created ISPN-7765:
-----------------------------------------

             Summary: Allow HotRodDecoder to be shared between Netty pipelines
                 Key: ISPN-7765
                 URL: https://issues.jboss.org/browse/ISPN-7765
             Project: Infinispan
          Issue Type: Enhancement
            Reporter: Sebastian Łaskawiec
            Assignee: William Burns


Currently {{HotRodDecoder}} instance can not be shared between Netty pipelines as {{HotRodEncoder}}. Currently each pipeline creates its own instance by calling:
{code}
server.getDecoder()
{code}
in {{NettyChannelInitializer#initializeChannel}}. We could probably make it a bit more efficient (or limit allocation rate at least) if we allow sharing single instance between pipelines.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the infinispan-issues mailing list