Releases: Byndyusoft/nest-kafka
Releases · Byndyusoft/nest-kafka
v2.4.1
2.4.1 (2024-09-04)
Bug Fixes
- use onApplicationShutdown to disconnect kafka producers (bb1491d)
- and throw an error when started listening before app is boostrapped, check your
main.ts
(bb1491d):
Correct code:
await app.listen(...)
await app.startAllMicroservices();
Wrong code:
await app.startAllMicroservices();
await app.listen(...)
v2.4.0
2.4.0 (2024-01-22)
Features
- add originalTraceId header in error topic exception filter (30a1cee)
- add resendHeadersPrefix in error topic exception filter (cd7bdea)
v2.4.0-rc.1
Features
- add originalTraceId header in error topic exception filter (c662b52)
- add resendHeadersPrefix in error topic exception filter (8fb684a)
v2.3.0
2.3.0 (2024-01-09)
Features
v2.3.0-rc.3
Bug Fixes
- fix get topic for resend message (735cae1)
v2.3.0-rc.1
Features
- add retry topics support (5fa44c3)
- rename topicPicker to errorTopicPicker (e0e8235)
v2.2.0
2.2.0 (2023-10-20)
Features
v2.2.0-rc.1
Features
- cluster: extend initial config (33cec59)
v2.1.0
2.1.0 (2023-03-15)
Features