Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@dilandau2001 dilandau2001 released this 04 Jun 18:25
· 6 commits to master since this release
5001e3e
  • Principal Feature added: This feature is based in Token passing pattern. The discovery service will assing a "Principal" token to one of the services alive with the same name within the same scope, and will maintain this condition until that service goes down or it is disabled. Next service to refresh its state will receive the principal token. You can use this feature in several ways. For example if you have several services but you only want one of them to write into a database. Or you want to have a "clusterized" set of services that are already running so swapping is much faster.
  • Performance improvement in case of a lot of registered services. Now the server will have a catched list of alive services per ServiceName, so requesting resolution will be much faster even when with lots of services.
  • Updated dependencies to the latests versions known so far.