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

Added support for c8cep cursor #64

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Added support for c8cep cursor #64

wants to merge 11 commits into from

Conversation

ghost
Copy link

@ghost ghost commented May 30, 2022

This PR contains changes required to fix CEP-216.

Motivation :

Currently , the c8cep uses the restql APIs to create cursor, which does not support ttl and batch-size. We need a way to implement cursor so that the cursor remains active until all records are fetched from the source.

Solution:

Added an overloaded method for query() present in C8Database.java class, which internally calls the cursor API (which supports ttl and batch-size) to handle the request from c8cep.

@ghost ghost requested review from grainier-macrometa and removed request for yehan-macrometa May 30, 2022 13:21
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

Successfully merging this pull request may close these issues.

1 participant