quarkiverse / quarkus-github-app

Develop your GitHub Apps in Java with Quarkus.
https://docs.quarkiverse.io/quarkus-github-app/dev/index.html
Apache License 2.0
60 stars 27 forks source link

Allow observation of WebHook Events #614

Open ebullient opened 2 months ago

ebullient commented 2 months ago

This is a start for allowing plain webhook events to overlay handling (i.e. can also be routed or replayed w/ smee, can come over the same endpoint).

We'll need to enhance the webhook event over time (no app/client id, for example).

So this allows the WebHook event to get parsed, but it is not captured by Replay (sadly). Not sure how to get there from here.

gsmet commented 2 weeks ago

Let's reopen it, I want to have a closer look.