1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-04 21:42:57 +02:00
Commit Graph

3859 Commits

Author SHA1 Message Date
956b1c6867 set register ttl and interval by default 2018-05-29 12:28:55 +01:00
55aca8b0bf Merge pull request #262 from micro/retries
Retry requests
2018-05-29 11:52:47 +01:00
ba8582a47a change retries to actually mean retries 2018-05-28 16:01:04 +01:00
f409468ccd Merge branch 'master' of github.com:micro/go-micro 2018-05-28 15:51:52 +01:00
d982225a54 restructure test 2018-05-28 15:40:28 +01:00
217190c4d6 Merge pull request #261 from micro/pool
Set the default pool size to 1
2018-05-26 09:58:16 +01:00
a56e97b47d Change waitgroup processing 2018-05-26 09:41:41 +01:00
b4f47b1cc9 Set the default pool size to 1 2018-05-26 09:10:29 +01:00
070cebd605 Merge pull request #260 from elebore/master
just update the pool configuration of rpcClient  if the options changed
2018-05-26 09:03:16 +01:00
541e894507 just update the pool configuration if the options changed, because recreating the pool,existed idleconnection, if any, will be dropped without closing 2018-05-26 15:38:41 +08:00
c666558f8c make the broker/transport listen on new addr when stop/started with addr :0 2018-05-25 15:19:25 +01:00
6444b7e24c context cancellation is not required 2018-05-25 15:03:15 +01:00
023245a7ba shutdown broker once done 2018-05-25 14:43:32 +01:00
2a2ad553a1 reorder testing functions 2018-05-25 14:39:50 +01:00
909e13a24a Merge pull request #254 from micro/message
add message options
2018-05-10 17:42:46 +01:00
b17a802675 update mock 2018-05-10 17:39:13 +01:00
c3c0543733 add message options 2018-05-10 17:33:54 +01:00
b39ec4472c Return subscriber errors 2018-04-26 10:47:13 +01:00
b33489e481 update readme 2018-04-25 16:03:22 +01:00
8fb5e20a22 Merge pull request #248 from micro/rework
Rework Interfaces
v0.8.0
2018-04-17 11:25:25 +01:00
0315b4480f revert some changes 2018-04-17 11:00:22 +01:00
ccbc1b9cf3 Fix broker registry issue 2018-04-17 08:30:36 +01:00
19fdfba0bf move wrapper files 2018-04-14 19:24:17 +01:00
d00ac200dd remove registry and transport default funcs 2018-04-14 18:43:54 +01:00
173f7107e2 remove broker default funcs 2018-04-14 18:26:54 +01:00
d00d76bf7c Move publication to message 2018-04-14 18:21:02 +01:00
65068e8b82 rename Streamer to Stream 2018-04-14 18:15:09 +01:00
c2cfe5310c Rework client interface 2018-04-14 18:06:52 +01:00
07068379c6 remove remote func methods 2018-04-14 16:16:58 +01:00
528b5f58de update sponsor area 2018-04-12 12:09:36 +01:00
378af01f77 update readme v0.7.0 2018-04-08 15:20:10 +01:00
c317547e4d bump travis 2018-04-08 12:53:57 +01:00
e55437698b misc moved to util 2018-04-08 12:37:45 +01:00
e365cad930 Merge pull request #245 from micro/register
add flags for register ttl and interval
2018-04-06 14:14:11 +01:00
56735b4427 add flags for register ttl and interval 2018-04-06 14:03:39 +01:00
73e22eb5b1 gofmt 2018-04-06 14:03:00 +01:00
c04b974311 nitpick the readme 2018-04-05 13:50:10 +01:00
75be57d6e4 syntax highlight code v0.6.0 2018-03-22 17:32:16 +00:00
270e9118c4 nitpick 2018-03-22 16:46:34 +00:00
5d3d61855c nitpick 2018-03-22 16:44:40 +00:00
7e0ee9ec08 include pubsub in the readme 2018-03-22 16:43:57 +00:00
2ae4214215 Merge pull request #238 from myabuyllc/registry-tcp-check
Add option to enable TCP check with Consul registry
2018-03-21 19:07:56 +00:00
edaa0a0719 Merge pull request #240 from Leon2012/master
fix bug #239
2018-03-21 18:54:52 +00:00
44b934d458 registry: rename context key "consul_register_tcp_check" to "consul_tcp_check" 2018-03-21 21:57:04 +07:00
65a90f5a21 registry.Register: use local variable to get context value 2018-03-21 18:18:48 +07:00
1eb4398b6c registry/consul: rename "RegisterTCPCheck" to "TCPCheck" 2018-03-21 18:17:56 +07:00
9b99d50396 fix bug #239 2018-03-21 03:17:38 +00:00
68ab671bd0 Use registry.options.Context to set Consul TCP check option 2018-03-19 20:34:56 +07:00
f4cdfaf27f Fix TCP address and port on service check registration 2018-03-19 20:34:12 +07:00
d486125d07 update readme 2018-03-19 10:21:46 +00:00