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
While working on #1247 to add Rollbar, we mostly copied the original github_webhooks plugin.
For this kind of webhook powered service, listening on a new port is quite cumbersome. We plan to add support for at least 2 similar service.
The proposal is to have a global http listener (and maybe https 😍) handled by telegraph.
Plugins would register handlers such as /github_webhhoks or /rollbar_webhooks. If there is any handlers, telegraf will start listening on a globally defined port.
Current behavior:
One port for each listening services.
Desired behavior:
One port for all listening services.
Use case: [Why is this important (helps with prioritizing requests)]
To support multiple webhook style plugin. We plan to add mandrill and filestack plugins soon.
The text was updated successfully, but these errors were encountered:
Proposal:
While working on #1247 to add Rollbar, we mostly copied the original
github_webhooks
plugin.For this kind of webhook powered service, listening on a new port is quite cumbersome. We plan to add support for at least 2 similar service.
The proposal is to have a global http listener (and maybe https 😍) handled by telegraph.
Plugins would register handlers such as
/github_webhhoks
or/rollbar_webhooks
. If there is any handlers, telegraf will start listening on a globally defined port.Current behavior:
One port for each listening services.
Desired behavior:
One port for all listening services.
Use case: [Why is this important (helps with prioritizing requests)]
To support multiple webhook style plugin. We plan to add mandrill and filestack plugins soon.
The text was updated successfully, but these errors were encountered: