Commit Graph

19 Commits

Author SHA1 Message Date
Asim Aslam
cfc6352b4a go fmt 2021-01-29 23:24:24 +03:00
Asim Aslam
6dfb7505c0 Update to latest go-micro and fix breaks 2021-01-29 23:24:24 +03:00
Asim Aslam
2d06c9abe3 Add gossip registry 2021-01-29 23:24:24 +03:00
Asim Aslam
b06c7aa81f Delete unused 2021-01-29 23:24:24 +03:00
Asim Aslam
544b4d3757 Gossip registry now a default registry 2021-01-29 23:24:24 +03:00
Shulhan
e5be708288 all: use single uuid package
Internally, "pborman/uuid.NewUUID()" is calling "google/uuid.New()"
that return nil when there is an error [1].

Both package use the same license.

[1] https://github.com/pborman/uuid/blob/master/version1.go#L17
2021-01-29 23:24:24 +03:00
Asim Aslam
c845b3bd68 Add Init to registry 2021-01-29 23:24:24 +03:00
Asim Aslam
9009937453 switch to stdlib context 2021-01-29 23:24:24 +03:00
Asim Aslam
5b1127bceb add options method 2021-01-29 23:24:24 +03:00
Asim Aslam
1d69bd4a16 watch branch 2021-01-29 23:24:24 +03:00
Asim Aslam
42ab4ca7b5 Fix vetting code 2021-01-29 23:24:24 +03:00
Asim Aslam
5a88474e9a update micro plugins to use go-log 2021-01-29 23:24:24 +03:00
Asim Aslam
9ef4dbc962 Add package comments 2021-01-29 23:24:24 +03:00
Asim
dd01f86d37 minor gossip readme nitpick 2021-01-29 23:24:24 +03:00
Asim
6245edae3b update gossip readme 2021-01-29 23:24:24 +03:00
Asim
50376292b9 Add a readme for gossip 2021-01-29 23:24:24 +03:00
Asim
dd6cda3537 Change name in string 2021-01-29 23:24:24 +03:00
Asim
504e3f0039 Change key and name 2021-01-29 23:24:24 +03:00
Asim
0c6951b47e Move memory to gossip since that's what it is 2021-01-29 23:24:24 +03:00