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

[Streaming Indexing] Introduce new experimental server HTTP transport based on Netty 4 and Project Reactor (Reactor Netty) #9067

Closed
reta opened this issue Aug 2, 2023 · 0 comments · Fixed by #9672
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Indexing Indexing, Bulk Indexing and anything related to indexing v2.11.0 Issues and PRs related to version 2.11.0

Comments

@reta
Copy link
Collaborator

reta commented Aug 2, 2023

Is your feature request related to a problem? Please describe.
Out current Netty 4 transport implementation does not support chunked transfer.

Describe the solution you'd like
As have been concluded in #7273, introducing new transport based on Project Reactor would let us to:

  • use chunked transfer with HTTP/1.1 or HTTP/2
  • expose the reactive streaming APIs for core to build in top

Describe alternatives you've considered
Add chunked transfer to our existing Netty 4 transport

Additional context
Add any other context or screenshots about the feature request here.

@reta reta added enhancement Enhancement or improvement to existing feature or request untriaged labels Aug 2, 2023
@reta reta added the v2.11.0 Issues and PRs related to version 2.11.0 label Aug 31, 2023
@reta reta self-assigned this Aug 31, 2023
@anasalkouz anasalkouz added Indexing Indexing, Bulk Indexing and anything related to indexing and removed Indexing & Search labels Sep 19, 2023
@reta reta changed the title [Streaming Indexing] Introduce new experimental HTTP transport based on Netty 4 and Project Reactor (Reactor Netty) [Streaming Indexing] Introduce new experimental server HTTP transport based on Netty 4 and Project Reactor (Reactor Netty) Oct 18, 2023
@reta reta closed this as completed in #9672 Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Indexing Indexing, Bulk Indexing and anything related to indexing v2.11.0 Issues and PRs related to version 2.11.0
Projects
2 participants