The *dispatch.xml* file can contain up to 20 routing rules
<https://cloud.google.com/appengine/docs/standard/java/config/dispatchref#limits>
.

We want to do traffic shaping for A/B testing by directing different
subdomains to different services (which are different  variants of the same
functionality).

So, we may have* a.example.com <http://a.example.com>*, *b**.example.com
<http://example.com>*,* c.example.com <http://example.com>,* and dozens
more, some sent to *my-service*  others to *variant-of-my-service.*

What is the recommended approach to a more flexible dispatching that
exceeds the 20-rule limit?

Best,

Joshua

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAD%3DB7cOO3jhur8CtPpcz7CJD3fAxbeVee%2Bmn7G9mrJOTgehKnQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine... Joshua Fox

Reply via email to