Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cloud Events Attributes to Message Header and Publication. #3067

Merged
merged 23 commits into from May 17, 2024

Conversation

iancooper
Copy link
Member

Our next step on the path to Cloud Events is to amend the header and publication to contain Cloud Events attributes. As part of this work we are also going to:

  • Write a Cloud Events Transformer i.e. [CloudEvents] that puts Cloud Events metadata from the Publication or Attribute parameters into the Message Header. This makes it easy to write tests around the properties being set, forcing them to be created.
  • Source Telemetry information to populate the traceparent, tracestate and baggage fields

Whilst we will amend transport code so that it compiles, this PR won't actually read-write over a given transport, or read-write to a given Outbox. We will raise a set of PRs for those, one per technology, after.

@iancooper iancooper self-assigned this Apr 25, 2024
@iancooper iancooper marked this pull request as draft April 25, 2024 07:42
@iancooper iancooper marked this pull request as ready for review May 17, 2024 17:49
@iancooper
Copy link
Member Author

Because of the difficulties with merging this code, I have merged into master with the RequestContext. I will then re-open this PR for the open telemetry changes.

@iancooper iancooper merged commit 4682359 into master May 17, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant