Skip to content

luramarchanjo/poc-grpc-load-balance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a simple poc using grpc and ha-proxy as a load balance

Setup

Open your terminal and go to src/main/resource directory

  1. Execute the command docker build -t grpc-haproxy .
  2. Execute the command docker run -d --name=grpc-haproxy --net=host grpc-haproxy

Test

  1. Execute the command mvn compile
  2. Start one server on 8083 port
  3. Start one server on 8084 port
  4. Start one or more ClientApplication's

About

This is a simple poc using grpc and ha-proxy as a load balance

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published