Simple http splitter

A simple http splitter for microservices. Basically forwards GET requests to multiple destinations. Useful in time series applications for send requests from controllers to multiple servers like production, dev, backup (real time database replication). Can work with reverseproxy like in following example (from an existing project).
arch

Configuration are made with a simple json file.
Enjoy.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.