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 batching records into a GET response #294

Merged
merged 7 commits into from Jun 11, 2023
Merged

Conversation

atimin
Copy link
Member

@atimin atimin commented Jun 11, 2023

Closes #236

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • CHANGELOG.md have been updated (for bug fixes / features / docs)

What kind of change does this PR introduce?

Feature

What is the current behavior?

See #236

What is the new behavior?

I've created a separated endpoint: GET /b/:bucket/:entry/batch?q=<Query ID> that sends batched records with meta information in a header.

Does this PR introduce a breaking change?

No

Other information:

@atimin atimin changed the title Implement batching records into one response Implement batching records into one GET response Jun 11, 2023
@atimin atimin changed the title Implement batching records into one GET response Implement batching records into a GET response Jun 11, 2023
@atimin atimin merged commit 2cc2176 into main Jun 11, 2023
19 checks passed
@atimin atimin deleted the reductstore-236 branch June 11, 2023 10:51
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.

Feature: Batching records
1 participant