Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13278

CommandDispatcher cannot optimize marshalling of user command responses

XMLWordPrintable

      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.

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: