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
As you can see, the userId is different.
Can u help check why this happened? Looks like it's due to something wrong happens during the deserialization of Long type to string(the userId is in Long type).
Expected behavior
No response
Your installation details
We deployed kafka-ui with docker image, this image is:
provectuslabs/kafka-ui latest cf4ebffbd785 11 months ago 260MB
Current time is 2024/06/20 UTC, we didn't see any bug fix in this year(2024).
Steps to reproduce
You could produce topic message like what I described in the detail part and check it on kafka-ui, then you should get the different userId.
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
The topic messages show incorrect string value as we use fastjson to serialize the topic message like this:
We expected to see topic message like this:
However, we got message like this on kafka-ui:
As you can see, the
userId
is different.Can u help check why this happened? Looks like it's due to something wrong happens during the deserialization of Long type to string(the userId is in Long type).
Expected behavior
No response
Your installation details
We deployed kafka-ui with docker image, this image is:
provectuslabs/kafka-ui latest cf4ebffbd785 11 months ago 260MB
Current time is 2024/06/20 UTC, we didn't see any bug fix in this year(2024).
Steps to reproduce
You could produce topic message like what I described in the detail part and check it on kafka-ui, then you should get the different userId.
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: