{"id":15332360,"url":"https://github.com/slachiewicz/malabarista","last_synced_at":"2025-10-10T03:31:30.568Z","repository":{"id":85554256,"uuid":"33185276","full_name":"slachiewicz/malabarista","owner":"slachiewicz","description":"A Java TCP load balancer built with Netty","archived":false,"fork":true,"pushed_at":"2010-10-20T01:43:45.000Z","size":1139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T19:33:21.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jessec/malabarista","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slachiewicz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-31T12:54:13.000Z","updated_at":"2019-07-08T17:55:28.000Z","dependencies_parsed_at":"2023-02-26T08:35:20.226Z","dependency_job_id":null,"html_url":"https://github.com/slachiewicz/malabarista","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slachiewicz/malabarista","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slachiewicz%2Fmalabarista","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slachiewicz%2Fmalabarista/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slachiewicz%2Fmalabarista/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slachiewicz%2Fmalabarista/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slachiewicz","download_url":"https://codeload.github.com/slachiewicz/malabarista/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slachiewicz%2Fmalabarista/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002631,"owners_count":26083425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T09:58:43.421Z","updated_at":"2025-10-10T03:31:30.187Z","avatar_url":"https://github.com/slachiewicz.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"malabarista\n===========\nmalabarista (portuguese for \"juggler\") is a java TCP load balancer built on top of Netty.\n\nIt's an extremely simple project that creates TCP tunnels between two endpoints, based on Netty's TCP tunnel example.\nDifferent destination selection algorithms can be used and new ones easily plugged in.\n\n**Warning** this project seriously needs some code documentation and instructions.\nI'll also add more target selection strategies and options meanwhile.\n\nusage\n=====\nExample 1:\n  java -jar Malabarista.jar -b*:80 -t10.0.0.1:80 -t10.0.0.2:80 -t10.0.0.3:80 -sRR\n\nRun the load balancer on all available NIC's on port 80 and redirect to hosts 10.0.0.1 through 3 using RoundRobin (RR) load balancing strategy.\nRoundRobin assingns every new incoming connection to the next target host.\n\nExample 2:\n  java -jar Malabarista.jar -b10.0.0.100:80 -t10.0.0.1:80 -t10.0.0.2:80 -sFAIR\n\nRun the load balancer on 10.0.0.100 port 80 and redirect to hosts 10.0.0.1/2 using FAIR strategy.\nFair strategy attempts to balance the number of connections between all target hosts.\n\nbuild\n=====\nSuch a small project isn't worth of a full maven structure so I just made a build.xml to run with ant that generates a single jar with dependencies inside.\n\nThe file is located at src/ant/build.xml and the target to generate the package is 'jar.loadbalancer'.\n\nlicense\n=======\nThis project is licensed under the Apache Software License 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslachiewicz%2Fmalabarista","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslachiewicz%2Fmalabarista","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslachiewicz%2Fmalabarista/lists"}