You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Use Cases
We have a scenario that users are using websocket for metrics transport. After looking into vector's sources/sinks, I found there is websocket sink but no source.
Attempted Solutions
No response
Proposal
Because websocket is mostly message based, so the source will start a websocket server and listen to client to send messages. We will also need to support decoding on those messages.
References
No response
Version
No response
The text was updated successfully, but these errors were encountered:
A note for the community
Use Cases
We have a scenario that users are using websocket for metrics transport. After looking into vector's sources/sinks, I found there is websocket sink but no source.
Attempted Solutions
No response
Proposal
Because websocket is mostly message based, so the source will start a websocket server and listen to client to send messages. We will also need to support decoding on those messages.
References
No response
Version
No response
The text was updated successfully, but these errors were encountered: