Implement CloseSession in `arrow-flight`
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 1.3k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 167
Description
We need a mechanism for notification of a client closing a session in `arrow-flight`.
There is a proposal on how to do this: https://arrow.apache.org/docs/format/FlightSql.html#flight-server-session-management
The only alternative is for users to implement this themselves, it would be much better to have it be in the library.
See this issue for context: https://github.com/apache/arrow-flight-sql-postgresql/issues/13
Contributor guide
Research direction
Start by reading the Flight SQL server session management proposal and the linked arrow-flight-sql-postgresql issue for the intended CloseSession behavior. Then trace the existing arrow-flight session and client/server entry points; done should mean the library exposes a defined notification mechanism for a client closing a session.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100