Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement rest api to consume events from outside #9

Open
maektwain opened this issue May 28, 2020 · 0 comments
Open

Implement rest api to consume events from outside #9

maektwain opened this issue May 28, 2020 · 0 comments

Comments

@maektwain
Copy link

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.

  1. It should be supported by AUTH like passing some auth key
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant