Skip to content

[Flight][Java] Add optional session headers  #320

@asfimport

Description

@asfimport
  • Add a client middleware which receives and re-uses a session token from the server.
  • Add a server middleware which, when encountering a request with no session header, creates a session on the backend, generates a token for it, and sends the token to the client in a header. The client can re-use this as indicated above.
  • If the client has a session header, re-use the same session from the backend (report an error if an invalid session was used).

Reporter: Tiffany Lam / @tifflhl

Note: This issue was originally created as ARROW-10427. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions