tillrohrmann commented on pull request #16914: URL: https://github.com/apache/flink/pull/16914#issuecomment-903817551
But this can also be solved on the user side by waiting on the future only for a finite amount of time. If the on the other hand the user is willing indefinitely on a result (e.g. via `future.get()`), then we probably shouldn't fail the request if the response takes longer than `AkkaOptions.AKKA_ASK_TIMEOUT`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
