-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream Reciever is not type casting the object as expected #3102
Comments
Thank you for reporting. It seems you already have some code that can reproduce the issue. It would help a lot if you could package it up and provide a complete minimal sample (something that we can unzip or git clone, build, and deploy) that reproduces the problem. |
@christophstrobl |
@christophstrobl |
Thank you for the reproducer unfortunately this one contains a lot of custom moving parts including custom jackson configuration, different serializations, that makes it hard to spot the problem in reasonable time. I think it would make sense to have an isolated view on the two problems. From what I saw, the
|
I have a custom DTO User:
Redis template is built in the following manner :
Data to redis stream is sent with the help of this code
At the receiver end we have configured a Stream Receiver as shown below :
And the receiver code is written as follow :
I have two issues to report :
I have attached the screen shot of how the data is returned.
can someone help me with this. I have tested this on 3.4.2 and 3.4.0 and is reproducible in both the version
The text was updated successfully, but these errors were encountered: