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

3847 Commits

Author SHA1 Message Date
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
d152870bdb Update client_test.go 2021-12-31 12:39:12 +00:00
da41ab146e switch services client 2021-12-31 10:11:49 +00:00
757d0fe343 fix client 2021-12-30 09:47:40 +00:00
c8d94c44f0 remove the client 2021-12-30 09:42:08 +00:00
5fa6e89f4f fix go mod 2021-12-30 09:35:21 +00:00
85f1c44000 Delete go.sum 2021-12-30 08:58:45 +00:00
3ba69f11ff Delete go.mod 2021-12-30 08:58:34 +00:00
af5e70a1d6 add service interfaces 2021-12-30 08:44:34 +00:00
5fe884e59f [FEATURE] add changelog (#2400)
change logs for release history
2021-12-29 11:01:40 +08:00
415016c6e4 nats config plugin (#2397) 2021-12-28 11:27:36 +08:00
e0de23c546 Update and rename m3o.go to services.go 2021-12-24 11:43:20 +00:00
7af0eb4b7a Update services/ (#2392) 2021-12-21 13:18:29 +00:00
8e52761edb fix context value nil (#2391) 2021-12-20 16:31:48 +08:00
37de747d19 [fix] nats deregister issue (#2384) v4.5.0 2021-12-10 19:32:21 +08:00
a40f6e8fae [fix] fixing f.IsExported undefined issue (#2382)
IsExported needs go1.17, replace with PkgPath
2021-12-07 17:30:48 +08:00
b00c8368b9 [feat] dashboard update (#2381)
* [feature] dashboard update
2021-12-07 10:42:31 +08:00
97f169c424 fix http_transport Recv and Close race condition on buff (#2374)
fix rpc_stream panic override with the "Unlock of unlocked RWMutex" panic

Co-authored-by: Hunyadvári Péter <peter.hunyadvari@vcc.live>
2021-12-05 11:56:17 +00:00
81244a41f1 Extend client mock with ability to test publish, and a few useful method like SetResponse and SetSubscriber (#2375)
Co-authored-by: Hunyadvári Péter <peter.hunyadvari@vcc.live>
2021-12-05 11:55:54 +00:00
229b369702 [fix] update protoc-gen-micro install doc 2021-12-04 12:52:02 +08:00
c0e0b2b225 [FEATURE] dashboard support publish messages (#2373)
* [feature] dashboard

* [feat] support publish message
2021-12-02 13:15:38 +08:00
1e4dd94b71 [fix] zookeeper registry delete event (#2372)
* [fix] #2358 zookeeper delete event
2021-12-01 16:26:31 +08:00
b25d744f5c feat: delete redundant lines (#2364) 2021-11-24 17:41:54 +00:00
685f9979a1 feat: modify the dependencies urls (#2363) 2021-11-24 16:43:05 +00:00
6fc5e45626 Update README.md 2021-11-24 07:32:51 +00:00
2c6515152a Update load.go 2021-11-24 07:32:20 +00:00
70d2bd8a6b [feature] dashboard (#2361) 2021-11-24 11:27:23 +08:00