File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11---
22name : synapse 
3- version : 0.1.0  
3+ version : 0.1.1  
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ static_resources:
8484                              headers:add("X-Hash-Key", synapse.get_hash_key_from_request(headers)) 
8585                              return 
8686                            end 
87-                              
87+ 
8888                            headers:add("X-Hash-Key", headers:get("x-request-id")) 
8989                          end 
9090                   - name : envoy.filters.http.router 
@@ -96,6 +96,16 @@ static_resources:
9696      type : STRICT_DNS 
9797      dns_lookup_family : V4_ONLY 
9898      lb_policy : RING_HASH 
99+       circuit_breakers :
100+         thresholds :
101+           - priority : DEFAULT 
102+             max_connections : 30000 
103+             max_requests : 8192 
104+             max_retries : 3 
105+           - priority : HIGH 
106+             max_connections : 30000 
107+             max_requests : 8192 
108+             max_retries : 3 
99109      load_assignment :
100110        cluster_name : httpd 
101111        endpoints :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments