[Java] FlightStream: how to check whether data is available in the stream in a nonblocking way;
未关闭
Type: usage
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
### Describe the usage question you have. Please include as many useful details as possible.
as the title:
How to check whether data is available in the stream in a nonblocking way;
It seems that the FlightStream API only supports fetching data by calling the `next()` method in blocking; I think a nonblocking method like `tryNext()` should also be needed.
### Component(s)
Java
贡献指南
调研方向
从 Java FlightStream API 及其阻塞式 next() 方法开始。确定在不阻塞的情况下检查数据可用性的预期契约,包括流结束时的表示方式。完成的标准是,调用方可以通过 FlightStream API 在不阻塞的情况下检查可用性。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100