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

3873 Commits

Author SHA1 Message Date
65a2e4ed02 fix(registry): fix watch services only first time (#2517) 2022-06-29 08:49:22 +01:00
9960cd1d36 typo siza #2429 (#2515) 2022-06-24 19:18:47 +01:00
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
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
cf51ddeb26 Update README.md 2022-05-30 08:50:02 +01:00
13b76331ec Update README.md v4.7.0 2022-05-11 09:55:41 +01:00
de0b456b46 Update README.md 2022-05-10 06:59:08 +01:00
072547201c remove unused variable in loop (#2495) 2022-05-03 11:06:13 +08:00
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
367771923c Update README.md 2022-04-19 15:47:45 +01:00
4ca75f3ab3 Update README.md 2022-04-19 15:47:31 +01:00
4a7c16419e Update README.md 2022-04-19 15:31:23 +01:00
1d396bdd64 Update README.md 2022-04-19 15:31:11 +01:00
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
cce02927e7 Update README.md 2022-04-18 19:20:45 +01:00
034ba9a0de typo fix; (#2480) 2022-04-15 09:55:30 +08:00
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
62c2981baf remove cli 2022-04-07 11:46:07 +01:00
efa2c4f2d2 remove dashboard 2022-04-07 11:45:58 +01:00
27b98c450e Remove examples 2022-04-07 11:45:39 +01:00
e8604f065c remove services 2022-04-07 11:45:22 +01:00
aaca7c27da Update README.md 2022-04-07 11:44:47 +01:00
664ee31b1a Update README.md 2022-04-07 08:20:57 +01:00
6dedee5d8c Add header suppor for Kafka broker plugin; (#2470) 2022-04-04 19:54:19 +01:00
d1806e2883 Fix codec/bytes (#2466)
* Update marshaler.go

Byes codec always return error "invalid message" now.

* Update go.mod

Update package name

* Update go.mod
2022-04-02 18:11:12 +01:00
1f086a3002 fix https://github.com/asim/go-micro/issues/2344 (#2462)
fix https://github.com/asim/go-micro/issues/2344
2022-04-01 07:10:51 +01:00
73eda3346d Add Wait option support for sync/etcd plugins (#2459)
* Add Wait support for sync/etcd plugins

* Use ErrLockTimeout if context deadline exceeded
2022-03-25 10:28:19 +08:00
c6d352c832 #2453 Fix with associated test update (#2454) 2022-03-17 10:22:05 +08:00
356448017f style:arrays pre-allocation (#2449) 2022-03-14 14:03:14 +08:00
d6a74c1a8e Bump github.com/nats-io/nats-server/v2 in /plugins/events/natsjs (#2447)
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.6.2 to 2.7.4.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.6.2...v2.7.4)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 12:02:12 +08:00
e5a35d38f9 fix natsjs syntax error, remove TODOs and enable tests (#2446) 2022-03-11 16:03:35 +08:00
a2f6fac852 add NATS JetStream events plugin (#2433)
* add NATS JetStream plugin

* add notes about de-duplication and inprogress call

* fix typo
2022-03-04 14:53:15 +00:00
dca3a3b553 [fix] http transport deadlock (#2441)
Co-authored-by: Hunyadvári Péter <peter.hunyadvari@vcc.live>
2022-02-24 09:32:09 +00:00
4154ed6a80 add tls option for sync etcd plugin (#2440) 2022-02-24 17:07:14 +08:00
69b4b5d1c6 Support for -micro_out=module=<module_prefix> for protoc-gen-micro (#2435) 2022-02-23 13:14:50 +08:00
d47c2d984b add new services 2022-02-16 08:43:36 +00:00
91cfd18373 Update README.md 2022-02-16 08:35:22 +00:00
9e0be6c85d add service updates (#2418) v4.6.0 2022-01-18 15:27:36 +00:00
23f1de80c5 Update README.md 2022-01-17 13:35:01 +00:00
6bc97c16ee Update README.md 2022-01-17 13:34:30 +00:00
a612e09a34 Add files via upload 2022-01-15 20:26:27 +00:00
1e2d197c7d default the content type to json (#2412) 2022-01-11 13:36:20 +00:00
3a999a0db6 Add files via upload 2022-01-11 12:07:54 +00:00
b8c2eb2b28 Update README.md 2022-01-11 08:35:55 +00:00
6f15174a2f Update README.md 2022-01-11 08:35:16 +00:00
748fb39cac Add files via upload 2022-01-11 08:34:58 +00:00
5f2251cfad Add Kafka asynchronous send support (#2409)
* Add Kafka asynchronous send support

* Add Kafka asynchronous send support

* Upgrade sarama to 1.30.1

* Example
2022-01-09 14:12:10 +00:00
ef7528ebdb use read lock and unlock instead of write ones (#2410)
Co-authored-by: Amir Khazaie <a.khazaie@digikala.com>
2022-01-09 10:20:08 +00:00
696a0ba714 Merge branch 'master' of ssh://github.com/asim/go-micro 2022-01-03 11:21:29 +00:00
267da35259 move the api client 2022-01-03 11:21:20 +00:00