istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/sidecar-api-connectionpool.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: traffic-management
     4  issue:
     5    - 32130
     6    - 41235
     7  
     8  docs:
     9    - '[reference] https://istio.io/latest/docs/reference/config/networking/sidecar/#Sidecar-inbound_connection_pool'
    10  
    11  releaseNotes:
    12    - |
    13      **Added** Connection pool settings to the `Sidecar` API to enable configuring the inbound connection pool for sidecars in the mesh. Previously the `DestinationRule`'s connection pool settings applied to both clients' and server sidecars. Using the updated `Sidecar` API, it's now possible to configure the server's connection pool separately from clients' in the mesh.