-
we work a lot with consistent hashing and noticed a regression in behaviour after #5077 when consistency is configured with a
should be changed to below to restore behaviour
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hello, would you please provide the full stack trace you see with this crash? |
Beta Was this translation helpful? Give feedback.
-
The same issue is happening to me and i've reproduced it easily by creating a consistent hashing exchange with: hash-header = hash_id Then publish a message without the header set.
|
Beta Was this translation helpful? Give feedback.
-
This is just a rarely used way of using the plugin. Please put together an executable way to reproduce (as a public repo on GitHub). |
Beta Was this translation helpful? Give feedback.
-
I have also encountered this issue. I have created a reproduction case using a simple python script taken from the consistent hashing example. You can see the original line on 28 I replaced with an empty headers object on line 30. https://gist.github.com/jeremy-smith-maco/1dc7eeee7ae189678e98de93fdbebf8f |
Beta Was this translation helpful? Give feedback.
-
Fixed in #11808 |
Beta Was this translation helpful? Give feedback.
Fixed in #11808