You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,11 @@
2
2
3
3
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
4
4
5
-
## 4.0.0
5
+
## 4.1.0
6
+
- Changed the code for consuming from RabbitMQ - on exception during de-serialization, message is sent to the dead-set
7
+
queues and NOT re-queued back in the queue like previous versions.
6
8
9
+
## 4.0.0
7
10
- The kafka-metadata is now exposed to the stream handler function along with the message itself`{:topic <string> :partition <int> :timestamp <long>}`
8
11
- The stream handler receives a map containing two keys `:message` and `:metadata`
0 commit comments