-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNS and load balancing improvements (#130)
* Improve hydra initialization process * Update tests * Support for JSON via HYDRA_SERVICE env var * Improved metrics and handling of messages with missing header. * DNS and load balancing improvements * Updated test to account for new server instanceID change
- Loading branch information
Showing
5 changed files
with
53 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
{ | ||
"name": "hydra", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"license": "MIT", | ||
"author": "Carlos Justiniano", | ||
"contributors": [ | ||
"Artem Kochnev <[email protected]>", | ||
"Carlos Justiniano <[email protected]>", | ||
"Eric Adum <[email protected]>", | ||
"Jedediah Smith <[email protected]>", | ||
"Rolando Santamaria Maso <[email protected]>", | ||
"Sebastiansch <[email protected]>" | ||
], | ||
"contributors": "https://github.com/flywheelsports/hydra/graphs/contributors", | ||
"description": "Hydra is a NodeJS light-weight library for building distributed computing applications such as microservices", | ||
"keywords": [ | ||
"hydra", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters