linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

Add channel writability to streaming timeout exception #854

Closed TylerHorth closed 1 year ago

TylerHorth commented 2 years ago

This should help with determining the cause of the timeout. If the channel is not writable, then it is likely that the remote endpoint has stopped consuming date. Otherwise, the local endpoint is the likely culprit.

cgtz commented 1 year ago

One thing you will have to do before we merge this is to update the changelog/version and run the update-changelog script