registry
The service registration & discovery extensions for Hertz (by hertz-contrib)
loadbalance
The loadbalance extensions for Hertz (by hertz-contrib)
registry | loadbalance | |
---|---|---|
3 | 1 | |
28 | 5 | |
- | - | |
5.1 | 1.3 | |
5 months ago | over 1 year ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
registry
Posts with mentions or reviews of registry.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-21.
-
Load balancing expansion from 0 to 1
hertz-contrib/registry
-
Golang Reverse Proxy Practices
The sample code on the server side in the hertz-contrib/registry extension is used here. Since this is not the main content of this article, it will not be expanded. For more information, you can Go to the registry repository.
-
Open Source 101: My First PR to Hertz
The link of PR: feat: Support Hertz to use Consul for service discovery and registration
loadbalance
Posts with mentions or reviews of loadbalance.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-21.
-
Load balancing expansion from 0 to 1
In the loadbalance extension library, a load balancing implementation based on the polling algorithm is also provided. Similarly, the implementation of roundRobinBalancer needs to be defined first.
What are some alternatives?
When comparing registry and loadbalance you can also consider the following projects:
hertz-examples - Examples for Hertz.
hertz - Go HTTP framework with high-performance and strong-extensibility for building micro-services.
reverseproxy - reverseproxy for Hertz