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

[FEATURE] Document new experimental ingestion streaming APIs #537

Open
reta opened this issue Aug 28, 2024 · 1 comment · May be fixed by #584
Open

[FEATURE] Document new experimental ingestion streaming APIs #537

reta opened this issue Aug 28, 2024 · 1 comment · May be fixed by #584
Assignees
Labels
enhancement New feature or request

Comments

@reta
Copy link

reta commented Aug 28, 2024

Is your feature request related to a problem?

The new experimental ingestion streaming APIs are feature complete and need API specs.

What solution would you like?

Document new experimental ingestion streaming APIs.

The APIs use NDJSON (Newline delimited JSON, https://github.com/ndjson/ndjson-spec) which fits perfectly to the streaming use cases: each chunk sent along the request represents distinct bulk operation/action (index, create, delete, and update).

What alternatives have you considered?

N/A

Do you have any additional context?

@reta reta added enhancement New feature or request untriaged labels Aug 28, 2024
@reta
Copy link
Author

reta commented Aug 28, 2024

@dblock could you please assign it to me? it is scheduled to 2.17.0, thank you!

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