-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Explicitly support common protocol headers #557
Comments
This issue has been automatically marked as stale because it has not had recent activity 😴 |
I wonder if we should actually get rid of PS: I'm now reviewing all the issues that might introduce a breaking change for v3.0.0 so it's a good opportunity. |
I haven't paid any attention to headers until now. I understand why one can't specify protocol-specific headers in the message/headers section, but there's no clear way to define them in the bindings, and I agree that there are a few common ones that we should be able to support without bindings. I could propose adding headers to the JMS binding, but if I'm defining a message and I want to specify I mean, I know I can write this:
but it's not clear that that is a header. |
Is there any of you who wants to champion this? 🙂 Or can we consider this issue as needs champion? 🤔 |
Hi @GeraldLoeffler! It has been a while since you created this RFC-0. Do you wanna champion it? |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Most messaging systems conceptually support a common set of protocol headers:
Of these, AsyncAPI already supports (only) correlation ID, through the
correlationId
field of the message object.To be able to express rich message exchanges in AsyncAPI documents, it is necessary to also support the missing protocol headers.
See #556 for a proposal of how to express the difference between protocol headers and application headers in runtime expressions. For example
correlationId
is a protocol header in JMS but an application header (such asx-correlation-id
) in HTTP.The text was updated successfully, but these errors were encountered: