Uploaded image for project: 'Apache ServiceComb'
  1. Apache ServiceComb
  2. SCB-21

service orchestration

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • Java-Chassis

    Description

      orchestration of service invocation and aggregation of data from multiple services based on configured rule
      eg. a user request requires calling service a/b/c/d in order: request -> a -> b -> c -> d -> response
      this creates a tight coupling among services a/b/c/d.
      better solutions:
      request -> aggregator -> response (aggregator calls a/b/c/d in sequence based on configured rule)
      request -> a -> message queue -> b -> queue -> c -> queue -> d
      both ways no coupling among the services.
      this epic is about solution 1

      Attachments

        Activity

          People

            Unassigned Unassigned
            ericlee Eric Lee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: