1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-06 08:16:03 +02:00
Commit Graph

3806 Commits

Author SHA1 Message Date
asim
616060876f remove file 2022-07-22 20:08:37 +01:00
asim
641be04fc0 remove plugins dir 2022-07-22 20:07:34 +01:00
Asim Aslam
28f36e8fd6
strip debug handler (#2532)
* strip debug handler

* fix tests
2022-07-22 20:03:27 +01:00
asim
a8224e1c67 Merge branch 'master' of ssh://github.com/asim/go-micro 2022-07-22 10:22:58 +01:00
asim
38293f479a strip wrappers for trace/stats 2022-07-22 10:22:50 +01:00
Ak-Army
48eae3b968
Fix http transport panic (#2531)
* [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] Read buff before reset it, when the connection is closed

Co-authored-by: Johnson C <chengqiaosheng@gmail.com>
Co-authored-by: Hunyadvári Péter <peter.hunyadvari@vcc.live>
2022-07-22 08:40:58 +01:00
Asim Aslam
e28f5b97f6
Update README.md 2022-07-20 10:34:27 +01:00
Asim Aslam
140f90b354
Update README.md 2022-07-20 10:12:05 +01:00
Asim Aslam
467c8a34e3
Update README.md 2022-07-18 11:40:43 +01:00
Ak-Army
582e3f9310
Http transport stream (#2529)
* [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.

Co-authored-by: Johnson C <chengqiaosheng@gmail.com>
Co-authored-by: Hunyadvári Péter <peter.hunyadvari@vcc.live>
2022-07-15 11:04:41 +01:00
Asim Aslam
98375c7ae5 api honours naming convention of other interfaces 2022-07-11 15:49:30 +01:00
Asim Aslam
7e903d80b6
Update README.md 2022-07-11 15:41:03 +01:00
Asim Aslam
6cf2b02f0f
move cmd to util (#2527)
* move cmd to util

* go fmt
2022-07-11 14:37:34 +01:00
Asim Aslam
b36949f2c1
Update README.md 2022-07-11 13:08:54 +01:00
Asim Aslam
995abaaea6 go mod tidy 2022-07-11 09:51:48 +01:00
Asim Aslam
97d59fbf78 remove generator and move to github.com/go-micro 2022-07-11 09:11:59 +01:00
Asim Aslam
ff1312438c
Update README.md 2022-07-07 12:49:56 +01:00
Asim Aslam
edaa353826 strip body from gateway 2022-07-04 10:15:14 +01:00
Asim Aslam
48d6650f28 rename api to gateway 2022-07-02 14:42:12 +01:00
Asim Aslam
3381a9f3db Remove body from endpoint 2022-07-02 14:38:58 +01:00
Asim Aslam
63d1f9de4a minor changes 2022-07-02 14:25:21 +01:00
Asim Aslam
e313863a2a make router configurable in api 2022-07-02 14:15:02 +01:00
Asim Aslam
73dc3723c7
Update api.go 2022-07-02 13:50:45 +01:00
Asim Aslam
667ee9b85e rename field to Versions 2022-07-02 12:35:57 +01:00
Asim Aslam
b6b866c0b2
api package (#2522)
* api gateway

* add comment
2022-07-02 12:11:59 +01:00
Johnson C
28298a30e4
feat: remove plugins and related docs (#2521)
* feat: redis implementation of cache

* Revert "feat: redis implementation of cache"

This reverts commit 4b3f25c1fc.

* feat: remove plugins
2022-07-02 10:25:57 +01:00
Johnson C
b884a68347
feat: update out of date docs (#2520)
* feat: redis implementation of cache

* Revert "feat: redis implementation of cache"

This reverts commit 4b3f25c1fc.

* feat: update out of date docs
2022-07-02 08:44:32 +01:00
Asim Aslam
bfcdfc3c7f remove m3o 2022-07-01 11:37:13 +01:00
Asim Aslam
392610022a
Update README.md 2022-07-01 08:38:57 +01:00
Asim Aslam
34a51c9f29
Update README.md 2022-07-01 08:34:20 +01:00
Asim Aslam
a5fb3fab66
Update README.md 2022-07-01 08:33:53 +01:00
JellyTony
96576a612a
feat(web): add start and stop functions to the web (#2519) 2022-07-01 08:06:27 +01:00
Thomas Chandelle
87c96bc4d0
Correctly check error on redis command XTRIM (#2518)
Also:
 - add comment about version requirement
 - move minID to var for code readability
2022-06-30 18:24:27 +08:00
JellyTony
65a2e4ed02
fix(registry): fix watch services only first time (#2517) 2022-06-29 08:49:22 +01:00
Abdul Hadi
9960cd1d36
typo siza #2429 (#2515) 2022-06-24 19:18:47 +01:00
David Brouwer
107bd74187
fix: allow event subscribers to use pointers (#2514)
When a subscriber would use a pointer as event type, panics would occur.
2022-06-22 09:01:13 +08:00
Johnson C
7a6a2b6373
feat: redis implementation of cache (#2513)
* feat: redis implementation of cache

* Revert "feat: redis implementation of cache"

This reverts commit 4b3f25c1fc.

* feat: redis implementation of cache
2022-06-21 20:05:00 +01:00
Asim Aslam
cf51ddeb26
Update README.md 2022-05-30 08:50:02 +01:00
Asim Aslam
13b76331ec
Update README.md 2022-05-11 09:55:41 +01:00
Asim Aslam
de0b456b46
Update README.md 2022-05-10 06:59:08 +01:00
yulian
072547201c
remove unused variable in loop (#2495) 2022-05-03 11:06:13 +08:00
bosima
8293988499
fix: consume and publish blocked after rabbitmq reconnecting (#2492)
* Support direct generation of grpc method when package and service names of proto files are different.

* fix req.Interface() return nil.

* Get rid of dependence on 'Micro-Topic'

* Revert "Get rid of dependence on 'Micro-Topic'"

This reverts commit 3ff6944336.

* Revert "fix req.Interface() return nil."

This reverts commit 90a1b34195.

* Revert "Revert "fix req.Interface() return nil.""

This reverts commit e64737b7da.

* Revert "Revert "Get rid of dependence on 'Micro-Topic'""

This reverts commit 141bb0a557.

* fix: consume and publish blocked after reconnecting

Co-authored-by: maxinglun <maxinglun@zhijiaxing.net>
2022-04-28 17:55:06 +08:00
Asim Aslam
367771923c
Update README.md 2022-04-19 15:47:45 +01:00
Asim Aslam
4ca75f3ab3
Update README.md 2022-04-19 15:47:31 +01:00
Asim Aslam
4a7c16419e
Update README.md 2022-04-19 15:31:23 +01:00
Asim Aslam
1d396bdd64
Update README.md 2022-04-19 15:31:11 +01:00
Sergey Galkin
ca807e36c5
option to disable file watcher (#2485)
Co-authored-by: Sergey Galkin <v.sergey.galkin@reddit.com>
2022-04-18 19:30:14 +01:00
Asim Aslam
cce02927e7
Update README.md 2022-04-18 19:20:45 +01:00
Wang
034ba9a0de
typo fix; (#2480) 2022-04-15 09:55:30 +08:00
bosima
1919048c8f
Support direct generation of grpc method (#2474)
* Support direct generation of grpc method when package and service names of proto files are different.
* fix req.Interface() return nil.
2022-04-10 22:12:39 +08:00