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
{{ message }}
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
Describe the bug
In the current form subscribe method under HttpServerPubsub passes the cloud event data to the
callback
as a string.CloudEvent
object before passing it to the callback.This needs to be done only if the
rawEvents
argument is set tofalse
.Sdk version & Dapr Version
Dapr 1.5
Expected behavior
This should be enhanced to pass the decoded cloud event to the
callback
.The text was updated successfully, but these errors were encountered: