-
Notifications
You must be signed in to change notification settings - Fork 63
Add proposal for application specific content type support in Ballerina websubhub #1357
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
base: master
Are you sure you want to change the base?
Conversation
The idea is to have a single global scheduler for all the tasks to be scheduled
This reverts commit abbe6f4.
stdlib/proposals/websubhub/application_specific_content_type_support.md
Outdated
Show resolved
Hide resolved
stdlib/proposals/websubhub/application_specific_content_type_support.md
Outdated
Show resolved
Hide resolved
stdlib/proposals/websubhub/application_specific_content_type_support.md
Outdated
Show resolved
Hide resolved
| This proposal introduces support for application-specific content types in the Ballerina `websubhub` library, enabling more flexible content | ||
| handling during WebSub content distribution. The [WebSub specification](https://www.w3.org/TR/websub/) allows a `topic` to declare any | ||
| `Content-Type` for its content and does not restrict it to common MIME types such as `application/json`, `application/xml`, or `text/plain`. | ||
|
|
||
| This enhancement focuses on supporting custom media types under the `application/*` top-level MIME type. These include structured and | ||
| vendor-specific types such as `application/secevent+jwt`, `application/vnd.example+json`, and others. By treating such types as first-class | ||
| citizens, Ballerina will be able to interoperate more effectively in real-world WebSub ecosystems that rely on non-standard content types. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we remove the line breaks within a paragraph?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed with the following commit:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content LGTM
Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
…vindu-patch-1-1 Improve the task listener proposal
Introduce Ballerina platform enhancement proposals process
This reverts commit d5adaa9.
The merge-base changed after approval.
The merge-base changed after approval.
Purpose