Vasiliy Tolstov c4890abf41
Merge pull request #8 from unistack-org/renovate/all
fix(deps): update module unistack-org/micro/v3 to v3.2.14
2021-02-19 00:09:32 +03:00
2021-02-18 18:45:09 +03:00
2021-01-30 00:30:51 +03:00
2021-01-30 00:30:51 +03:00
2021-01-30 00:30:51 +03:00
2021-02-18 23:58:40 +03:00
2021-02-18 23:58:40 +03:00
2021-01-30 00:30:51 +03:00
2021-01-30 00:30:51 +03:00
2021-01-29 23:24:24 +03:00
2021-01-30 00:30:51 +03:00

Gossip Registry

Gossip is a zero dependency registry which uses github.com/hashicorp/memberlist to broadcast registry information via the SWIM protocol.

Usage

Start with the registry flag or env var

MICRO_REGISTRY=gossip go run service.go

On startup you'll see something like

2018/12/06 18:17:48 Registry Listening on 192.168.1.65:56390

To join this gossip ring set the registry address using flag or env var

MICRO_REGISTRY_ADDRESS=192.168.1.65:56390
Description
No description provided
Readme
v3.2.6 Latest
2021-02-19 00:15:25 +03:00
Languages
Go 100%