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

mode: server for socket sink #22593

Open
bobo opened this issue Mar 5, 2025 · 0 comments
Open

mode: server for socket sink #22593

bobo opened this issue Mar 5, 2025 · 0 comments
Labels
type: feature A value-adding code addition that introduce new functionality.

Comments

@bobo
Copy link

bobo commented Mar 5, 2025

A note for the community

  • 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

Probably similar usecases as the websocket server.
But in general, any time for when its to allow clients to connect to vector instead of having to change vector for each new client. Or other similar usecases.

Attempted Solutions

We are currently running a standalone rust server after vector. that clients then connect to.

Proposal

Either add a mode: server to the current socket sink, or a new socket server sink.

We are happy to attempt an implementation if the feature would be approved.

References

No response

Version

vector 0.41.1

@bobo bobo added the type: feature A value-adding code addition that introduce new functionality. label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A value-adding code addition that introduce new functionality.
Projects
None yet
Development

No branches or pull requests

1 participant