-
-
Notifications
You must be signed in to change notification settings - Fork 54
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 support of WebSocket protocol #359
Comments
Bounty Issue's service commentText labels: |
I would like to work on this issue |
@asyncapi/bounty_team |
Bounty Issue's Timeline
Please note that the dates given represent deadlines, not specific dates, so if the goal is reached sooner, it's better. |
Can I take this up? I am in good in Java and Spring. |
I was actually looking for Docs issue. But came across something I understand. |
@Jagrutiti Please take a look at the top of the page, it says this issue already has an assignee. |
The issue does not have an active PR linked. This assignee could be inactive. At least that's what I assumed. My bad. |
Assignees only for regular GitHub issues have the luxury of being inactive. The AsyncAPI Bounty Program Participants are responsible.
|
@Tenischev, please provide an update to the PR. |
@Tenischev, please provide an update to the PR. |
Hello @asyncapi/bounty_team and everyone, I would like to ask for extension time for this issue. cc @derberg |
Bounty Issue's Timeline Extended
Please note that the dates given represent deadlines, not specific dates, so if the goal is reached sooner, it's better. |
@Tenischev to the extend of how I understand the scope of this issue, it went beyond the scope of being |
@Tenischev, please change the state of the PR and provide an update to it. |
I would propose to evaluate and split issues in advance, atomizing them to
But not submit |
@aeworxet you mean for future or for this one? as this one we already is not a medium? or you suggest to split this one into medium ones? @Tenischev this week is submission week for Q2 bounty, so better do it this week |
@derberg |
Bounty Issue's service comment@Tenischev receives the First Suspension for silently dropping the Bounty Issue and refraining from completion of the Bounty Issue within the assigned Timeline at the same time. |
@Tenischev feel free to get in touch with me whenever you are available and have doubts. I hope I can somehow help. |
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 ❤️ |
Reason/Context
WebSocket is one of the chose when we need establish connection between backend server and (usually web) client.
Spring-WebSocket is relatively popular library among users (353 usages + 937 usages according to maven).
At the moment template support only mqtt, amqp and kafka protocols.
Description
Provide support for WebSocket (wss) protocol using
spring-websocket
and\orspring-integration-websocket
.Implementation should be aware of STOPM limitations and\or have SockJS fallback.
partials
.PublisherService
,Config
,MessageHandlerService
andCommandLinePublisher
template files.Docs and guides:
The text was updated successfully, but these errors were encountered: