Add assertions to fail early on absent values using StreamMessageListenerContainer
#2472
Labels
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
I have a junit that publish and listen for messages on a Redis Stream. Something when I start the code, I get a NPE exception. I found that it's the thread that start receiving messages when the listener wasn't yet added. I found this thread that had the same error then me, and after I ran my code in debug mode and found out the issue. redisson/redisson#4135
here my code and configs
I have the same issue but with lettuce. Here the code that I have.
logs
my pom.xml
in my parent
and my config
The text was updated successfully, but these errors were encountered: