You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Kuznetsov (Jira)" <ji...@apache.org> on 2021/05/12 09:52:00 UTC

[jira] [Created] (IGNITE-14708) Add an ability to track request handling completion in GridRestProcessor

Andrey Kuznetsov created IGNITE-14708:
-----------------------------------------

             Summary: Add an ability to track request handling completion in GridRestProcessor
                 Key: IGNITE-14708
                 URL: https://issues.apache.org/jira/browse/IGNITE-14708
             Project: Ignite
          Issue Type: Improvement
          Components: rest
    Affects Versions: 2.10
            Reporter: Andrey Kuznetsov
             Fix For: 2.11


It would be useful to have a way to perform some actions when request handling in {{GridRestProcessor}} is done, either normally or exceptionally. This will allow thirdparty plugins to add tracking/monitoring behavior to request processing.

Probable implementation: allow to add custom listener for {{handleAsync0()}} results. Listener should accept both request and result (response or exception).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)