[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