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
Dapr should send probably a string representation of a decimal to a service.
Actual Behavior
Only bytes of unscaled value are sent to a service. Services must handle precision/scale on their own.
Steps to Reproduce the Problem
Setup a Kafka PubSub topic subscriber which uses an avro schema with any decimal property. Publish a message (using any tool). In a underlying service check an incomming request (from Dapr).