[Java] FlightStream: how to check whether data is available in the stream in a nonblocking way;
- Lenguaje dominante
- Java
- Estrellas
- 94
- Forks
- 152
- Merge medio
- 3 d 16 h
- PR fusionados (30 d)
- 11
Descripción
### 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
Guía de contribución
Línea de trabajo
Comienza con la API Java FlightStream y su método bloqueante next(). Determina el contrato esperado para comprobar la disponibilidad de datos sin bloquear, incluido cómo se representa el final del flujo. Se considera terminado cuando los llamadores pueden comprobar la disponibilidad sin bloquear a través de la API FlightStream.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- api
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100