apache / eventmesh

EventMesh is a new generation serverless event middleware for building distributed event-driven applications.
https://eventmesh.apache.org/
Apache License 2.0
1.61k stars 638 forks source link

[Feature] Unify HTTP Source Connector and `eventmesh-webhook` module #4825

Open Pil0tXia opened 6 months ago

Pil0tXia commented 6 months ago

Search before asking

Feature Request

For the eventmesh-webhook module, it currently has these shortcomings:

This issue brings about a change from thinking of the Runtime as an HTTP Webhook server to thinking of the Connector as an HTTP Webhook server for enhanced extensibility and manageability.

This issue can be resolved in the following steps:

Are you willing to submit PR?

Code of Conduct

scwlkq commented 6 months ago

@Pil0tXia I want to do it! Can you please assign it to me?

Pil0tXia commented 6 months ago

@scwlkq You may start understanding eventmesh-webhook module from InsertWebHookConfigHandler class.