js-sdk
js-sdk copied to clipboard
Allow publishing cloud events directly
Describe the proposal
The SDK support publishing application/json content-type only. This proposal is to allow sending cloud events directly with content-type as application/cloudevents+json.
It is important for users to set CloudEvent attributes for Pub/Sub routing. See #370
See similar implementation by dotnet-SDK https://github.com/dapr/dotnet-sdk/pull/868