[infinispan-issues] [JBoss JIRA] (ISPN-7765) Allow HotRodDecoder to be shared between Netty pipelines
Sebastian Łaskawiec (JIRA)
issues at jboss.org
Wed Jan 31 08:44:00 EST 2018
[ https://issues.jboss.org/browse/ISPN-7765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526629#comment-13526629 ]
Sebastian Łaskawiec commented on ISPN-7765:
-------------------------------------------
Sounds reasonable to me.
> 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.5.0#75005)
More information about the infinispan-issues
mailing list