docs(pulsar): add CloudEvents schema wrapping, rawschema option#5092
Merged
msfussell merged 1 commit intodapr:v1.16from Mar 31, 2026
Merged
docs(pulsar): add CloudEvents schema wrapping, rawschema option#5092msfussell merged 1 commit intodapr:v1.16from
msfussell merged 1 commit intodapr:v1.16from
Conversation
d35aba2 to
373dabc
Compare
MyMirelHub
approved these changes
Mar 30, 2026
alicejgibbons
suggested changes
Mar 30, 2026
889128c to
eefc187
Compare
Document the new behavior where Dapr wraps user-provided Avro schemas inside a CloudEvents envelope before registering with the Pulsar Schema Registry. Add the new `<topic-name>.rawPayload` metadata field for topics that need to skip CE wrapping and register the inner schema directly. Ref: dapr/components-contrib#4302 Signed-off-by: Javier Aliaga <javier@diagrid.io>
7a02018 to
c98a150
Compare
msfussell
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
rawschemaflag: Document how Dapr wraps Avro/JSON schemas in a CloudEvents envelope before registering with the Pulsar Schema Registry. Add the new<topic-name>.rawschemaIssue reference