Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-13114 [Playground] Support GO SDK
  3. BEAM-13240

Impelement routing based on SDK with a dispatch file

Details

    Description

      https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed#dispatch

      Let's create dispatch file to route such requests as:

      Probably file should look like:
      dispatch:

      1. Send traffic to the java backend.
      • url: "*/java/*"
        service: backend-java
      1. Send traffic to the go backend.
      • url: "*/go/*"
        service: backend-go

      Attachments

        Activity

          People

            skalinin Sergey Kalinin
            daria.malkova Daria Malkova
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: