solana-rpc-community / dev-coordination

Put markdown files, issues and links to development activity. No source code please!
1 stars 0 forks source link

Investigate how RPC API router is implemented in different teams #3

Open grooviegermanikus opened 11 months ago

grooviegermanikus commented 11 months ago

Goal

Learn about different approaches to later decide on what do use for the Vanilla RPC.

Background

The router acts as API Gateway taking the upstream traffic from the API users and decides, which component in the infrastructure will serve the request.

grooviegermanikus commented 11 months ago

Mango rolls Kong/nginx with custom JSON introspection to route sendTransaction to Lite RPC.

we will publish config soon

grooviegermanikus commented 11 months ago

Brian suggests to keep router concern separated from LB concern