-
Notifications
You must be signed in to change notification settings - Fork 207
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
Long values are not sent correctly with PubSub #686
Comments
/assign |
I think this might be related to dapr/dapr#3837. |
It is! @mukundansundar |
I think we need to add a simple test in the IT suite for pubsub to test for this scenario and create a PR for the same here. So that once the fix is merged in dapr, we can verify it is also fixed via the SDK. |
Thanks @mukundansundar I'll add the test for this in pubsub and create a PR. Any estimate on when this fix will be merged? |
@tanvigour we are targeting it for v1.7 |
@tanvigour The fix was merged few minutes back in components-contrib .... This needs to be picked up in runtime. |
@tanvigour Can probably finish this once dapr/dapr#4409 is merged .... |
yes! keeping an eye on it |
In what area(s)?
What version of Dapr?
1..5.0
Expected Behavior
Events with Long values are sent and received correctly.
Actual Behavior
Large long values are slightly different when received by the consumer. For example when the value 590518626939830271 is sent, the event received by the consumer has the value 590518626939830300.
Steps to Reproduce the Problem
The pubsub example was adjusted to demonstrate this issue:
Publisher.java
WithLong.java
SubscriberController.java
Results when running the modified example:
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: