KO
|
EN
gitlite — search
Search
#python
#android
#react
#javascript
#typescript
#bot
#sql
#dotnet
#csharp
#animation
#game
#database
dfanout
★ 41
Open GitHub ↗
A simple HTTP/2 fanout server
Download README (.md)
Explore Similar Repositories
thirdweb-auth-next
:
Enable wallet-based login with thirdweb Auth & Next
visual_comparison
:
A comparison tool to aid image/video enhancement research
huff-vrgda
:
Huff Implementation of VRGDAs
treams
:
No description available.
AntiScriptableObjectArchitecture
:
DO NOT USE ScriptableObject Architecture
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dfanout
?
Download (.md)
# dfanout `dfanout` allows you to manage request paths with a lot of flexibility. Introduce new fanouts, or chain different fanouts to dynamically manage your HTTP or RPC endpoints with minimal or no code changes. `dfanout` provides observability into the health and performance of request paths out of the box. Perform data migrations with confidence, or repurpose your request paths with minimal efforts. ## Use cases * Data migrations where you want to implement dual reads and/or dual writes with minimal or no code changes. * Populating new datastores or message queues without code changes or new hooks. * Improve the auditing capabilities for read and write paths with minimal or no code changes. * Managing retry or security policies of your read and write path with minimal or no code changes. ## Limits * Limited to HTTP endpoints (e.g. REST endpoints) for now. Native gRPC and Twirp support is coming in the future. * No transactional capabilities, e.g. no rollbacks on partial failures. * Endpoints should share the request and response contract.