1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00
Commit Graph

3832 Commits

Author SHA1 Message Date
c51095a074 store.NewRecord 2025-05-04 19:55:10 +01:00
03782bc9b3 move service to service dir to make life not suck (#2753) 2025-05-04 19:44:56 +01:00
1040b7c58e Update README.md 2025-05-01 10:27:59 +01:00
bd0e9ca7cb Update README.md 2025-05-01 10:27:37 +01:00
f5399d56c3 Update README.md 2025-05-01 10:25:44 +01:00
0f4c238804 protoc-gen-micro has moved to micro/micro/cmd/protoc-gen-micro (#2751) v5.5.0 2025-04-30 16:50:27 +01:00
66c169076c Update README.md 2025-04-25 09:43:41 +01:00
280eb5b46d Update README.md 2025-04-25 09:42:43 +01:00
4ead4ff953 Update README.md (#2750) 2025-04-25 09:41:35 +01:00
200a3cb0ce Update README.md (#2749) 2025-04-23 16:04:24 +01:00
049dea6804 Update README.md 2025-04-23 15:56:47 +01:00
3fa2a38d76 syntatic sugar for micro.New("helloworld") v5.4.2 2025-04-23 12:21:21 +01:00
65af48823f yolo development is bad v5.4.1 2025-04-23 12:16:34 +01:00
156a968253 directly support handler in the service interface v5.4.0 2025-04-23 12:13:23 +01:00
517b2b0855 Update README.md (#2748)
go install github.com/micro/go-micro/cmd/protoc-gen-micro@latest

should be used, instand of 

`go install github.com/micro/go-micro/cmd/protoc-gen-micro`
2025-04-22 17:09:21 +01:00
4702afe57d Fix http transport client blocking recv (#2744)
* reproduce blocking recv

* fix blocking recv call on httpTransportClient

* prevent race condition

* refactoring
2025-04-10 15:24:54 +01:00
e032a6aafd update ttl for updated nodes only (#2740)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-11-15 14:08:17 +00:00
14a1791011 invalidate service if node was not updated (#2736)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-28 15:34:38 +00:00
b318b7f097 go mod tidy (#2730) 2024-08-26 07:20:29 +01:00
0433e98dbc Better connection pool handling (#2725)
* [fix] etcd config source prefix issue (#2389)

* http transport data race issue (#2436)

* [fix] #2431 http transport data race issue

* [feature] Ability to close connection while receiving.
Ability to send messages while receiving.
Icreased r channel limit to 100 to more fluently communication.
Do not dropp sent request if r channel is full.

* [fix] Use pool connection close timeout

* [fix] replace Close with private function

* [fix] Do not close the transport client twice in stream connection , the transport client is closed in the rpc codec

* [fix] tests

---------

Co-authored-by: Johnson C <chengqiaosheng@gmail.com>
2024-07-23 12:19:43 +01:00
1c6c1ff1a3 Update README.md (#2722) 2024-07-15 11:55:17 +01:00
4c34451125 Fix data race (#2721) 2024-07-12 09:36:43 +01:00
9a7cd8ce66 update readme 2024-07-08 18:52:06 +01:00
dd0145fa18 unused packages v5.3.0 2024-07-08 18:48:52 +01:00
72df27b7d1 remove util/sync 2024-07-08 18:46:34 +01:00
e9a52070e6 k8s not needed 2024-07-08 18:44:42 +01:00
6e393f6abf move cmd package back to top level. Strip grpc plugin v5.2.0 2024-07-07 22:38:11 +01:00
90531337db . v5.1.0 2024-07-07 19:14:04 +01:00
e756fd32e6 Fix panic 2024-07-07 19:09:19 +01:00
7c3f272001 remove sync package 2024-07-07 19:03:18 +01:00
66b3fd8893 fix retry test 2024-07-07 19:01:43 +01:00
c64cb1cb03 more references to runtime 2024-07-07 18:50:52 +01:00
8876002e57 more references to runtime 2024-07-07 18:49:39 +01:00
a3809afbdf more references to runtime 2024-07-07 18:44:18 +01:00
563e0d265d meh 2024-07-07 18:40:24 +01:00
3d5f87c01b no one is using that 2024-07-07 18:40:15 +01:00
bac34aaec1 still more fixes 2024-07-07 18:36:04 +01:00
db0fa9fe1f fix bugs 2024-07-07 18:32:26 +01:00
3676232df1 strip runtime 2024-07-07 18:30:48 +01:00
29d79d748d remove runtime that no one uses 2024-07-07 18:28:38 +01:00
627066baf9 remove events entirely 2024-07-07 18:26:30 +01:00
d84da9a8eb meh 2024-07-07 18:19:50 +01:00
6c0a073e33 Merge branch 'master' of ssh://github.com/micro/go-micro 2024-07-07 18:19:19 +01:00
12e8fcd057 Fix parallel test 2024-07-07 18:18:43 +01:00
4dcf2e58c0 Update README.md (#2720) 2024-07-07 08:05:08 +01:00
b56cfaf818 Revert license to Apache 2 2024-07-07 08:04:29 +01:00
ff52e9f5d0 Delete .github/FUNDING.yml 2024-07-07 07:18:47 +01:00
c05c11e0c3 Update README.md (#2719) 2024-07-04 10:29:05 +01:00
fc614aef2d add back generator 2024-07-04 09:18:52 +01:00
1515db5240 Fix stream eos error (#2716)
* [fix] etcd config source prefix issue (#2389)

* http transport data race issue (#2436)

* [fix] #2431 http transport data race issue

* [feature] Ability to close connection while receiving.
Ability to send messages while receiving.
Icreased r channel limit to 100 to more fluently communication.
Do not dropp sent request if r channel is full.

* [fix] Do not send error when stream send eos header, just close the connection

* [fix] Do not overwrite the error in http client

---------

Co-authored-by: Johnson C <chengqiaosheng@gmail.com>
2024-07-02 13:06:14 +01:00