Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Subscribers are passed with the cloud event data in the form for string. #2

Open
1 task
Abhilash-Chandran opened this issue Jan 3, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Abhilash-Chandran
Copy link
Contributor

Describe the bug
In the current form subscribe method under HttpServerPubsub passes the cloud event data to the callback as a string.

  • A decision needs to be made whether this should be decoded into a CloudEvent object before passing it to the callback.

This needs to be done only if the rawEvents argument is set to false.

Sdk version & Dapr Version

Dapr 1.5

Expected behavior
This should be enhanced to pass the decoded cloud event to the callback.

@Abhilash-Chandran Abhilash-Chandran added bug Something isn't working help wanted Extra attention is needed labels Jan 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant