757ecc1d03
This commit allows schema gossiping to be enabled on router nodes. Enabling gossiping allows any schema changes made on router A to be sent to the N-1 other routers, populating their internal caches in anticipation of handling a similar request. By populating their cache, they avoid incurring a catalog lookup to populate their local state upon a cache miss, therefore reducing request latency, and reducing catalog load. Enabling gossip on the routers automatically enables schema gossiping - enabling gossip remains optional, and off by default. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |