@rsdk/kafka.producer 4.0.0-next.13 → 4.0.0-next.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -8
- package/dist/events-factory.abstract.js.map +1 -1
- package/package.json +6 -6
- package/tsconfig.json +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.0.0-next.15](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.14...v4.0.0-next.15) (2023-11-30)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
|
|
11
|
+
|
|
12
|
+
## [4.0.0-next.14](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.13...v4.0.0-next.14) (2023-11-29)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @rsdk/kafka.producer
|
|
15
|
+
|
|
6
16
|
## [4.0.0-next.13](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.12...v4.0.0-next.13) (2023-11-29)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @rsdk/kafka.producer
|
|
@@ -27,7 +37,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
37
|
|
|
28
38
|
### Features
|
|
29
39
|
|
|
30
|
-
* Kafka batch
|
|
40
|
+
* Kafka batch
|
|
41
|
+
producer ([#150](https://github.com/R-Vision/rsdk/issues/150)) ([2faa2f4](https://github.com/R-Vision/rsdk/commit/2faa2f41ca0dbb6d8a92cbf0ab20cf5cefeaf4e9))
|
|
31
42
|
|
|
32
43
|
## [4.0.0-next.7](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.6...v4.0.0-next.7) (2023-11-21)
|
|
33
44
|
|
|
@@ -49,7 +60,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
49
60
|
|
|
50
61
|
### Bug Fixes
|
|
51
62
|
|
|
52
|
-
* all yarn peers dependency
|
|
63
|
+
* all yarn peers dependency
|
|
64
|
+
issues ([e0db9ef](https://github.com/R-Vision/rsdk/commit/e0db9ef1ab8a4df4e1f8ff6f6a9e3728f497549b))
|
|
53
65
|
|
|
54
66
|
## [4.0.0-next.2](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.1...v4.0.0-next.2) (2023-11-10)
|
|
55
67
|
|
|
@@ -99,7 +111,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
99
111
|
|
|
100
112
|
### Features
|
|
101
113
|
|
|
102
|
-
* **kafka.producer:**
|
|
114
|
+
* **kafka.producer:**
|
|
115
|
+
pfm-461-add-kafka-producer-plugin-with-producer-serializer ([3faeaa3](https://github.com/R-Vision/rsdk/commit/3faeaa30682eed824abf16200f684e5cb6f2e596))
|
|
103
116
|
|
|
104
117
|
## [3.6.0-next.2](https://github.com/R-Vision/rsdk/compare/v3.6.0-next.1...v3.6.0-next.2) (2023-10-10)
|
|
105
118
|
|
|
@@ -221,7 +234,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
221
234
|
|
|
222
235
|
### Features
|
|
223
236
|
|
|
224
|
-
* **kafka:** added option to consume by topic
|
|
237
|
+
* **kafka:** added option to consume by topic
|
|
238
|
+
name ([#93](https://github.com/R-Vision/rsdk/issues/93)) ([09b4c1b](https://github.com/R-Vision/rsdk/commit/09b4c1bd515c1c2c3ccda17851fbe79e64ea8ac5))
|
|
225
239
|
|
|
226
240
|
## [3.0.2](https://github.com/R-Vision/rsdk/compare/v3.0.1...v3.0.2) (2023-08-07)
|
|
227
241
|
|
|
@@ -231,13 +245,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
231
245
|
|
|
232
246
|
### Bug Fixes
|
|
233
247
|
|
|
234
|
-
* **deps:** correctly
|
|
248
|
+
* **deps:** correctly
|
|
249
|
+
peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
|
|
235
250
|
|
|
236
251
|
## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
|
|
237
252
|
|
|
238
253
|
### Bug Fixes
|
|
239
254
|
|
|
240
|
-
* **deps:** correctly
|
|
255
|
+
* **deps:** correctly
|
|
256
|
+
peerDependencies ([7483e35](https://github.com/R-Vision/rsdk/commit/7483e3560b5cf23ebebe6149bd41ebb517821e99))
|
|
241
257
|
|
|
242
258
|
## [3.0.0](https://github.com/R-Vision/rsdk/compare/v3.0.0-next.0...v3.0.0) (2023-08-04)
|
|
243
259
|
|
|
@@ -359,7 +375,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
359
375
|
|
|
360
376
|
### Bug Fixes
|
|
361
377
|
|
|
362
|
-
* remove private dependencies from `peerDependencies`
|
|
378
|
+
* remove private dependencies from `peerDependencies`
|
|
379
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
363
380
|
|
|
364
381
|
## 1.0.11 (2023-05-23)
|
|
365
382
|
|
|
@@ -369,4 +386,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
369
386
|
|
|
370
387
|
### Bug Fixes
|
|
371
388
|
|
|
372
|
-
* add "access: public" to new
|
|
389
|
+
* add "access: public" to new
|
|
390
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events-factory.abstract.js","sourceRoot":"","sources":["../src/events-factory.abstract.ts"],"names":[],"mappings":";;;AACA,qDAM4B;AAC5B,mCAA6B;AAC7B,6CAAyC;AAQzC;;;;GAIG;AACH,MAAsB,aAAa;IAIZ;IAHJ,aAAa,CAAgB;IAE9C,YACqB,SAAY,EAC/B,MAAuB;QADJ,cAAS,GAAT,SAAS,CAAG;QAG/B,IAAI,CAAC,aAAa,GAAG,MAAM,CAAC,aAAa,IAAI,qCAAsB,CAAC;IACtE,CAAC;IAES,WAAW,CACnB,QAA0C;QAE1C,OAAO;YACL,GAAG,QAAQ;YACX,GAAG,CAAC,IAAI,CAAC,aAAa;gBACpB,IAAI,CAAC,aAAa,KAAK,qCAAsB,IAAI;gBAC/C,CAAC,8BAAe,CAAC,EAAE,IAAI,CAAC,aAAa;aACtC,CAAC;SACL,CAAC;IACJ,CAAC;IAES,gBAAgB,CAA4B,OAAU;QAC9D,MAAM,KAAK,GACT,IAAI,CAAC,aAAa,KAAK,4BAAa,CAAC,IAAI;YACvC,CAAC,CAAC,IAAI,6BAAc,EAAK;YACzB,CAAC,CAAC,IAAI,8BAAe,CAAI,IAAI,CAAC,SAAS,CAAC,CAAC;QAE7C,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC/B,CAAC;IAES,eAAe,CACvB,OAAU,EACV,OAAwB;QAExB;;;WAGG;QACH,IAAI,OAAO,EAAE,YAAY,EAAE;
|
|
1
|
+
{"version":3,"file":"events-factory.abstract.js","sourceRoot":"","sources":["../src/events-factory.abstract.ts"],"names":[],"mappings":";;;AACA,qDAM4B;AAC5B,mCAA6B;AAC7B,6CAAyC;AAQzC;;;;GAIG;AACH,MAAsB,aAAa;IAIZ;IAHJ,aAAa,CAAgB;IAE9C,YACqB,SAAY,EAC/B,MAAuB;QADJ,cAAS,GAAT,SAAS,CAAG;QAG/B,IAAI,CAAC,aAAa,GAAG,MAAM,CAAC,aAAa,IAAI,qCAAsB,CAAC;IACtE,CAAC;IAES,WAAW,CACnB,QAA0C;QAE1C,OAAO;YACL,GAAG,QAAQ;YACX,GAAG,CAAC,IAAI,CAAC,aAAa;gBACpB,IAAI,CAAC,aAAa,KAAK,qCAAsB,IAAI;gBAC/C,CAAC,8BAAe,CAAC,EAAE,IAAI,CAAC,aAAa;aACtC,CAAC;SACL,CAAC;IACJ,CAAC;IAES,gBAAgB,CAA4B,OAAU;QAC9D,MAAM,KAAK,GACT,IAAI,CAAC,aAAa,KAAK,4BAAa,CAAC,IAAI;YACvC,CAAC,CAAC,IAAI,6BAAc,EAAK;YACzB,CAAC,CAAC,IAAI,8BAAe,CAAI,IAAI,CAAC,SAAS,CAAC,CAAC;QAE7C,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC/B,CAAC;IAES,eAAe,CACvB,OAAU,EACV,OAAwB;QAExB;;;WAGG;QACH,IAAI,OAAO,EAAE,YAAY,EAAE,CAAC;YAC1B,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;QACtC,CAAC;QAED;;;WAGG;QACH,MAAM,EAAE,kBAAkB,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC;QAC9C,IAAI,kBAAkB,IAAI,OAAO,kBAAkB,KAAK,QAAQ,EAAE,CAAC;YACjE,wCAAwC;YACxC,OAAO,IAAA,YAAG,EAAC,OAAO,EAAE,kBAAkB,CAAC,IAAI,IAAA,wBAAU,GAAE,CAAC;QAC1D,CAAC;QAED;;;;WAIG;QACH,OAAO,CACL,IAAA,YAAG,EAAC,OAAO,EAAE,IAAI,CAAC;YAClB,IAAA,YAAG,EAAC,OAAO,EAAE,MAAM,CAAC;YACpB,IAAA,YAAG,EAAC,OAAO,EAAE,MAAM,CAAC;YACpB,IAAA,wBAAU,GAAE,CACb,CAAC;IACJ,CAAC;CAGF;AAnED,sCAmEC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/kafka.producer",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.15",
|
|
4
4
|
"description": "Publishers for kafka (different direct and outbox strategies)",
|
|
5
5
|
"license": "Apache License 2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"@nestjs/common": "^10.0.0",
|
|
15
15
|
"@nestjs/core": "^10.0.0",
|
|
16
16
|
"@nestjs/microservices": "^10.0.0",
|
|
17
|
-
"@rsdk/common": "^4.0.0-next.
|
|
18
|
-
"@rsdk/core": "^4.0.0-next.
|
|
19
|
-
"@rsdk/kafka.common": "^4.0.0-next.
|
|
20
|
-
"@rsdk/logging": "^4.0.0-next.
|
|
17
|
+
"@rsdk/common": "^4.0.0-next.15",
|
|
18
|
+
"@rsdk/core": "^4.0.0-next.15",
|
|
19
|
+
"@rsdk/kafka.common": "^4.0.0-next.15",
|
|
20
|
+
"@rsdk/logging": "^4.0.0-next.15",
|
|
21
21
|
"lodash": "^4.17.21",
|
|
22
22
|
"reflect-metadata": "^0.1.13",
|
|
23
23
|
"rxjs": "^7.0.0"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "8abd89d7800375749b024410dc3465ff40389277"
|
|
26
26
|
}
|
package/tsconfig.json
CHANGED
|
@@ -4,5 +4,13 @@
|
|
|
4
4
|
"declaration": true,
|
|
5
5
|
"outDir": "dist"
|
|
6
6
|
},
|
|
7
|
-
"exclude": [
|
|
7
|
+
"exclude": [
|
|
8
|
+
"node_modules",
|
|
9
|
+
"dist",
|
|
10
|
+
"test",
|
|
11
|
+
"**/*.spec.ts",
|
|
12
|
+
"**/*.test.ts",
|
|
13
|
+
"**/*.spec.e2e.ts",
|
|
14
|
+
"**/*.test.e2e.ts"
|
|
15
|
+
]
|
|
8
16
|
}
|