Skip to content

Commit 508cbdc

Browse files
committed
updated contents
1 parent 54a0c69 commit 508cbdc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pages/stack/operators/features/proxyd.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ description: Learn about the proxyd service and how to configure it for use in t
1010

1111
## Key Features
1212

13-
* **RPC Method Whitelisting**: Define a list of allowed RPC methods to ensure only authorized requests are processed.
14-
* **Backend Request Routing**: Routes RPC methods to specific backend service groups.
15-
* **Automatic Retries**: Automatically retries failed backend requests, improving reliability.
16-
* **Consensus Tracking**: Monitors backend consensus states, such as latest, safe, and finalized blocks, to ensure consistent responses.
17-
* **Request/Response Rewriting**: Enforces consensus by rewriting requests and responses to match the resolved consensus state.
18-
* **Load Balancing**: Distributes traffic evenly across backend services to optimize performance and prevent bottlenecks.
19-
* **Caching**: Caches immutable responses from backends to reduce redundant processing.
20-
* **Metrics**: Provides metrics for tracking request latency, error rates, and backend health.
13+
* RPC method whitelisting
14+
* Backend request routing
15+
* Automatic retries for failed backend requests
16+
* Consensus tracking (latest, safe, and finalized blocks)
17+
* Request/response rewriting to enforce consensus
18+
* Load balancing across backend services
19+
* Caching of immutable responses
20+
* Metrics for request latency, error rates, and backend health
21+
2122

2223
## Usage
2324

0 commit comments

Comments
 (0)