28 Commits

Author SHA1 Message Date
Kamil Myśliwiec
0c93692bc9 chore: update prettier 2025-12-05 13:35:27 +01:00
LeonBiersch
a725ebabe3 fix(microservices): fix kafka serilization of class instances
Fix serilization of class instances that doesn't have own toString() implementation and therefore inherit the standard behavior of [object Object]. Add test for inherited classes.
2025-08-03 18:23:23 +02:00
Kamil Myśliwiec
f9c578680c style: address lint errors 2024-11-27 13:34:42 +01:00
Kamil Myśliwiec
43804c7c40 chore: resolve conflicts 2024-11-27 12:52:09 +01:00
Kamil Myśliwiec
38367e8e88 style: address spec lint errors 2024-11-26 11:57:05 +01:00
Kamil Myśliwiec
8829b8d1d7 style: address packages lint errors 2024-11-26 10:38:31 +01:00
Kamil Myśliwiec
f983f03665 fix: update broken import paths 2024-11-15 10:19:26 +01:00
Tony133
0df4dcafa2 chore(microservices): mark facing apis public in microservices 2023-02-09 10:33:27 +01:00
Tony133
f41c87e897 chore(microservices): added file index in deserializers and serializers 2022-08-29 22:54:23 +02:00
Tony133
74db4aa8cb chore(microservice): update import in mqtt record serializer 2022-08-27 12:38:09 +02:00
Kamil Myśliwiec
343877d861 Merge branch 'kafka-async-serializer' of https://github.com/guiruiz/nest into guiruiz-kafka-async-serializer 2022-02-14 11:57:42 +01:00
Manuel Herrera
b8ac795804 feat(microservices): removed rawOutput and moved stringify to serializer 2022-01-20 10:24:16 -03:00
Guilherme Ruiz
f30040052a refactor(microservices): drop serialize return type 2022-01-19 15:37:30 +11:00
Guilherme Ruiz
11d4612ff1 fix(microservices): fix serialize return type 2022-01-19 15:35:55 +11:00
Guilherme Ruiz
2cb359dda5 refactor(microservices): remove 3 unnecessary async 2022-01-19 15:16:45 +11:00
Micael Levi (lab)
f54741d232 refactor(microservices): use isObject shared util 2021-12-26 17:33:32 -04:00
Micael Levi (lab)
82adb3c101 refactor(common,core): use shared utils from common whenever possible
Use every util defined at `shared.utils.ts` from `@nestjs/common`, when
possible. Only spec files aren't touched.
2021-12-16 02:54:06 -04:00
Guilherme Ruiz
01daeb441f feat(microservices): allow kafka serializer to be async and await result 2021-12-16 17:31:53 +11:00
Kamil Myśliwiec
f1ccd10976 feat(microservices): integrate response serializers 2021-10-02 15:52:39 +02:00
Kamil Myśliwiec
f4002e493b feat(microservices): add msvc message builders 2021-09-01 09:59:04 +02:00
kvandake
9b5a615f55 add NatsMessageBuilder 2021-08-20 21:22:44 +03:00
kvandake
1935b9cd1d fix server-nats 2021-08-18 09:54:58 +03:00
kvandake
7a277cedd4 fix serialize value 2021-08-17 23:32:41 +03:00
kvandake
9d75d4b393 format change code 2021-08-17 22:57:26 +03:00
kvandake
74af340f9a add headers in messages to nats client
P.S. kafka serializer style
2021-08-17 22:50:03 +03:00
Kamil Myśliwiec
cf362d369b feat(microservices): support nats v2 2021-03-16 14:11:48 +01:00
Kamil Myśliwiec
7db42a1a2c refactor(microservices) adjust to codebase style 2019-09-04 13:08:31 +02:00
Kamil Myśliwiec
7f8aa92c0a feat(): add rpc serializer and deserializer, improve performance 2019-08-26 21:23:46 +02:00