[ 
https://issues.apache.org/jira/browse/BEAM-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daria Malkova updated BEAM-13240:
---------------------------------
    Description: 
https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed#dispatch

Let's create dispatch file to route such requests as:
- https://backend-dot-datatokenization.uc.r.appspot.com/java
- https://backend-dot-datatokenization.uc.r.appspot.com/go

Probably file should look like:
{{dispatch:
  # Send traffic to the java backend.
  - url: " */java/* "
    service: backend-java

  # Send traffic to the go backend.
  - url: " */go/* "
    service: backend-go}}

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

Let's create dispatch file to route such requests as:
- https://backend-dot-datatokenization.uc.r.appspot.com/java
- https://backend-dot-datatokenization.uc.r.appspot.com/go

Probably file should look like:
{{dispatch:
  # Send traffic to the java backend.
  - url: "*/java/*"
    service: backend-java

  # Send traffic to the go backend.
  - url: "*/go/*"
    service: backend-go}}


> Impelement routing based on SDK with a dispatch file
> ----------------------------------------------------
>
>                 Key: BEAM-13240
>                 URL: https://issues.apache.org/jira/browse/BEAM-13240
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-playground
>            Reporter: Daria Malkova
>            Assignee: Sergey Kalinin
>            Priority: P3
>
> https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed#dispatch
> Let's create dispatch file to route such requests as:
> - https://backend-dot-datatokenization.uc.r.appspot.com/java
> - https://backend-dot-datatokenization.uc.r.appspot.com/go
> Probably file should look like:
> {{dispatch:
>   # Send traffic to the java backend.
>   - url: " */java/* "
>     service: backend-java
>   # Send traffic to the go backend.
>   - url: " */go/* "
>     service: backend-go}}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to