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

Add long polling capability for HTTP store #44

Open
StephenOTT opened this issue Mar 15, 2018 · 3 comments
Open

Add long polling capability for HTTP store #44

StephenOTT opened this issue Mar 15, 2018 · 3 comments

Comments

@StephenOTT
Copy link

Add long polling capability for HTTP store

@cescoffier
Copy link
Member

Do you have a use case? Do you know an HTTP config store that would do this? It would be very useful for testing.

@StephenOTT
Copy link
Author

A use case I am looking at is scenarios where you are long polling a endpoint waiting for a data return: in my case it is camunda.org. Where you are long polling the camunda engine for "external tasks", where vertx is a worker. Since making this issue, camunda created their own http client wrapper with long polling abilities so the need is lessened on my side. But the generic use case still stands

@indiealexh
Copy link

If you want this for worker tasks, is this appropriate for the vertx-config module?
Surely this would be something you use web-client for to poll and pass work to your workers from there?

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

No branches or pull requests

3 participants