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

Prefer event driven architecture instead of continued polling #67

Open
Indresh1986 opened this issue Oct 20, 2019 · 0 comments
Open

Prefer event driven architecture instead of continued polling #67

Indresh1986 opened this issue Oct 20, 2019 · 0 comments

Comments

@Indresh1986
Copy link

This API connects to salesforce and then continually polls to listen to events which is not the latest architecture pattern.
With such implementation your consumer consumes a lot of memory and compute capacity. Because of these reasons this library is very error prone.

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