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
Github and many other entities will send us data , we should ideally have web hooks in place or a listener which will be performed when an external entity will send request.
It should be supported by AUTH like passing some auth key
We could use Apache Kafka which is already integrated pithing platform.
Case
Listening to events from Github for an example, using Kafka producer it will be consumed by the application within the code somewhere as part of update db etc.
The text was updated successfully, but these errors were encountered:
Github and many other entities will send us data , we should ideally have web hooks in place or a listener which will be performed when an external entity will send request.
Case
Listening to events from Github for an example, using Kafka producer it will be consumed by the application within the code somewhere as part of update db etc.
The text was updated successfully, but these errors were encountered: