[jboss-jira] [JBoss JIRA] (WFLY-13278) CommandDispatcher cannot optimize marshalling of user command responses

Paul Ferraro (Jira) issues at jboss.org
Tue Mar 24 10:53:14 EDT 2020


     [ https://issues.redhat.com/browse/WFLY-13278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro updated WFLY-13278:
--------------------------------
    Description: 
Currently, all CommandDispatcher instances created from a given CommandDispatcherFactory share a single response marshaller. This means that the marshaller used by WF for its internal command responses is the same as the one used to marshal user command responses. This limits the extent to which commands may optimize marshalling of their responses, or indeed, use a different marshaller (e.g. ProtoStream).
We can remove the limitations above by using a distinct response mashaller for each CommandDispatcher.


> CommandDispatcher cannot optimize marshalling of user command responses
> -----------------------------------------------------------------------
>
>                 Key: WFLY-13278
>                 URL: https://issues.redhat.com/browse/WFLY-13278
>             Project: WildFly
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 19.0.0.Final
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>            Priority: Major
>
> Currently, all CommandDispatcher instances created from a given CommandDispatcherFactory share a single response marshaller. This means that the marshaller used by WF for its internal command responses is the same as the one used to marshal user command responses. This limits the extent to which commands may optimize marshalling of their responses, or indeed, use a different marshaller (e.g. ProtoStream).
> We can remove the limitations above by using a distinct response mashaller for each CommandDispatcher.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list