Skip to content

Instantly share code, notes, and snippets.

@ryojiro
ryojiro / service2.json
Created June 29, 2020 06:03
xDS API をそのまま記述した例
{
"cds": {
"resources": [
{
"@type": "type.googleapis.com/envoy.api.v2.Cluster",
"circuit_breakers": {
"thresholds": [
{
"max_connections": 256,
"max_pending_requests": 512,
@ryojiro
ryojiro / service1.json
Created June 29, 2020 05:58
itacho generate での記述例
{
"dependencies": [
{
"circuit_breaker": {
"max_connections": 256,
"max_pending_requests": 512,
"max_retries": 2
},
"cluster_name": "upstream1",
"connect_timeout_ms": 3000,