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 support for a Request Queue #46

Closed
sglover opened this issue Jan 6, 2020 · 1 comment · Fixed by #66
Closed

Add support for a Request Queue #46

sglover opened this issue Jan 6, 2020 · 1 comment · Fixed by #66
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sglover
Copy link
Member

sglover commented Jan 6, 2020

Currently all driver requests are handled by calling a REST API. This enhancement will provide a request queue that will automatically queue REST API requests (this will be configurable on a per driver type basis), which can then be consumed in whichever way the driver sees fit (an API will be provided to get the request queue, the request queue will have APIs to consume requests). The request queue will be based on a partitioned Kafka topic (the usage of Kafka is driven by the fact that it is present in the Accanto LM stack)

@sglover sglover added the enhancement New feature or request label Jan 6, 2020
@sglover sglover self-assigned this Jan 6, 2020
@dvaccarosenna dvaccarosenna modified the milestones: 0.7.0, 0.8.0 Jan 10, 2020
@dvaccarosenna dvaccarosenna modified the milestones: 0.8.0, 0.9.0 Jan 27, 2020
@dvaccarosenna dvaccarosenna removed this from the 0.9.0 milestone Feb 12, 2020
@dvaccarosenna dvaccarosenna linked a pull request Mar 24, 2020 that will close this issue
@dvaccarosenna dvaccarosenna added this to the 1.1.0 milestone Mar 24, 2020
@dvaccarosenna
Copy link
Member

Closed by PR #66

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

Successfully merging a pull request may close this issue.

2 participants