You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
With #3338 we proposed the creation of a POC of RetryPolicy.
This GitHub issue is for the creation of a demo, which can showcase this feature.
Create a demo to show the retry feature
See doc for additional info.
In our current demo we utilize a Bookstore app. This is an HTTP server, which responds to HTTP GET requests from another app called Bookbuyer.
To demo this feature we could:
Deliberately introduce errors in the Bookstore server. For example we could return a 500 ISE on every other request here:
With #3338 we proposed the creation of a POC of RetryPolicy.
This GitHub issue is for the creation of a demo, which can showcase this feature.
Create a demo to show the retry feature
See doc for additional info.
In our current demo we utilize a Bookstore app. This is an HTTP server, which responds to HTTP GET requests from another app called Bookbuyer.
To demo this feature we could:
osm/demo/cmd/bookstore/bookstore.go
Lines 91 to 115 in 9332db2
osm/demo/deploy-traffic-target.sh
Lines 9 to 14 in 707593c
The text was updated successfully, but these errors were encountered: