1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-24 22:26:54 +02:00
Commit Graph

172 Commits

Author SHA1 Message Date
9e23855c37 Fixup the proxy, strip down go.mod. Win bigly 2019-06-07 13:42:39 +01:00
44b17b7e4b strip use of cmd 2019-06-03 19:07:09 +01:00
b42b6fa0fc Further consolidate the libraries 2019-06-03 18:44:43 +01:00
a86c26d485 fix bug need pass the variable as a parameter to the anonymous function 2019-05-31 14:24:37 +08:00
aaf4a5c51a rename reqBody variable to request 2019-05-02 18:06:43 +02:00
08d70c9d0a fix and add tests 2019-05-02 18:02:24 +02:00
c1c0a8fb30 send requestBody to mock function if it can handle it 2019-05-02 17:14:41 +02:00
f824ba0779 non-blocking call chan when retries are 0 2019-04-18 09:05:22 +00:00
b8f20924cc proxy publish 2019-02-23 17:06:17 +00:00
58adaef339 Add Exchange option 2019-02-23 10:50:53 +00:00
b1a31134bd Support micro proxy 2019-01-30 18:42:11 +00:00
8090f9968d Update headers to remove X- prefix 2019-01-24 10:11:02 +00:00
6468733d98 Use protocol from node metadata 2019-01-18 12:30:39 +00:00
2cd2258731 For the legacy 2019-01-18 10:12:57 +00:00
e2e426b90c Increase default pool size 2019-01-16 18:54:32 +00:00
784a89b488 Allow bytes.Frame to be set to sent just bytes 2019-01-16 15:27:57 +00:00
c1d0237370 Add client response 2019-01-14 21:30:43 +00:00
39c24baca9 rename mock things to memory 2019-01-14 15:27:25 +00:00
c17d0fcc0f grpc request 2019-01-13 19:54:07 +00:00
01f6683035 Add router option 2019-01-13 12:15:13 +00:00
9897c630ae remove request/response 2019-01-11 14:04:37 +00:00
9adebfcf1e rename method to endpoint 2019-01-10 21:25:31 +00:00
40ff5b749b Set topic header 2019-01-10 20:35:10 +00:00
59d82b0abe Add response 2019-01-10 11:43:36 +00:00
648da5494f Change a few things 2019-01-10 11:39:39 +00:00
1561ccbc14 remove clientCodec 2019-01-09 17:33:28 +00:00
4cb41721f1 further codec changes 2019-01-08 15:38:25 +00:00
e8b431c5ff rename codec interface 2019-01-07 18:17:13 +00:00
d179c971af Switch default codec and add default codec for server 2019-01-07 13:48:38 +00:00
5aeb28dfee Add error header 2019-01-07 09:11:36 +00:00
ed580204a8 Add grpc codec 2019-01-02 12:55:06 +00:00
e2623d8ef5 Make json/protobuf codecs 2018-12-31 22:01:16 +00:00
b3b4bc6059 remove Plus 2018-12-31 20:51:22 +00:00
386ced576a Process header/body in one call 2018-12-31 17:53:16 +00:00
dcf7a56f9b rename codec 2018-12-31 17:28:19 +00:00
ff982b5fd1 add method 2018-12-28 21:27:08 +00:00
28324412a4 Add X-Micro-Target header 2018-12-26 14:46:15 +00:00
9c2689301c add mock package comments 2018-12-01 12:56:21 +00:00
45c05c4e2b Add timeout error 2018-11-25 09:41:28 +00:00
172ffee8c3 add rpc package comments 2018-11-20 10:30:53 +00:00
ef8b5e28b0 fix rpc client call WARNING: DATA RACE 2018-09-20 10:08:00 +08:00
446d3fc72e fix bug: loop variable i captured by func literal 2018-09-19 21:58:20 +08:00
88505388c1 Add verbosity to errors 2018-07-26 09:33:50 +01:00
d3a76e646a retry only on timeout or internal server error 2018-07-22 17:41:58 +01:00
ac2106ced7 strip deadline from stream 2018-07-17 16:39:07 -07:00
1b4f7d8a68 a stream should not timeout 2018-07-17 16:32:35 -07:00
5eb2e79b86 go fmt 2018-07-17 16:31:09 -07:00
52a470532d handle function in mock response 2018-06-13 17:46:30 +02:00
ba8582a47a change retries to actually mean retries 2018-05-28 16:01:04 +01:00
b4f47b1cc9 Set the default pool size to 1 2018-05-26 09:10:29 +01:00