Fungx commented on issue #4416:
URL: https://github.com/apache/eventmesh/issues/4416#issuecomment-1818351540

   > > Hi! I'm interested in this issue. But how can Github be a data source? 
Can you provide me with an example like the one in #4047 ?
   > 
   > Actually, it's similar to this [#4047 
(comment)](https://github.com/apache/eventmesh/issues/4047#issuecomment-1569754745)
 . GitHub provides developers with REST API interfaces, GraphQL API interfaces, 
and Webhooks, all of which can provide rich and diverse data resources.
   
   Thanks for your reply. I think that Webhooks are the most effective way to 
retrieve data since they don't need any polling. 
   
   But one thing still confuses me. Webhooks require a [Payload 
URL](https://docs.github.com/en/webhooks/using-webhooks/creating-webhooks#creating-a-repository-webhook)
 and will make a POST request after certain events have occurred. Is it proper 
to make the source connector an HTTP server to provide this URL? If we use this 
approach, perhaps we can implement an HTTP source connector and reuse it in the 
GitHub source connector.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to