Uploaded image for project: 'Synapse'
  1. Synapse
  2. SYNAPSE-975

Non blocking Callout Mediator (Call Mediator)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • FUTURE
    • None
    • None

    Description

      One of the major drawbacks in Callout mediator is, it does not leverage the non-blocking transports.
      Send mediator which leverages the non-blocking transports, does not provide a simple way to implement service chaining scenarios.

      Idea of the the Call Mediator is to solve the above two concerns.

      Call Mediator invokes the backend service in an asynchronous manner and return without waiting for the response.
      Mediation will be paused from that point.
      When response is received, mediation flow resumes from next mediator placed after the Call Mediator.

      User will experience two major features with the Mediator.

      • Service chaining scenarios will be much easier to implement.
      • Since both request and response can be handled within a single sequence, can define reusable sequences.

      Attachments

        1. synapse-configs-for-integration-tests.zip
          18 kB
          Isuru Udana
        2. SYNAPSE-975v2.patch
          151 kB
          Isuru Udana
        3. sample440.patch
          6 kB
          Isuru Udana

        Activity

          People

            isudana Isuru Udana
            isudana Isuru Udana
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: