Skip to content

shigin/tbalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Thrift balancer
======================

Configure file
--------------

Global parameters:

  * listen --- port to listen on

Back-end pool:

  * backends { servers };

Server:

    server domain port 65537 [timeout 10000 ms];

Timeout specifies connect and write timeout.

Example config
--------------

    listen 9090;

    backends {
        server thrift1.example.com port 9090;
        server thrift2.example.com port 9090 timeout 300 ms;
    };

About

Balancer for thrift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages