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

Any plan to add gRPC as output? #247

Open
ppsingh4 opened this issue Mar 10, 2025 · 2 comments
Open

Any plan to add gRPC as output? #247

ppsingh4 opened this issue Mar 10, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@ppsingh4
Copy link

I want to send event data as output to a gRPC stream. Is there a plan to add support for this? Is there a guideline document that we can add for our internal use?

@vruello
Copy link
Contributor

vruello commented Mar 10, 2025

Hello! At the moment, we have no plans to implement a gRPC stream output driver. However, we are open to contributions! You can take a look at the outputs documentation to get some guidelines for writing a new output driver. Don't hesitate to ask for help if you need it :-)

You can also use another output driver, such as the Unix socket output, and interface it with another tool of your choice to finally send events in a gRPC stream.

@vruello vruello added the enhancement New feature or request label Mar 12, 2025
@ppsingh4
Copy link
Author

I used the TCP server between OpenWEC and the gRPC server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants