dehora / nakadi-java

🌀 Client library for the Nakadi Event Broker (examples: http://bit.ly/njc-examples, site: https://dehora.github.io/nakadi-java/)
MIT License
30 stars 19 forks source link

`writeTimeout` HTTP client field is not exposed to be set #307

Closed sp-niemand closed 7 years ago

sp-niemand commented 7 years ago

okhttp3.OkHttpClient.Builder#writeTimeout can't be set on Nakadi client creation or after that.

dehora commented 7 years ago

There's a beta 0.9.17.b1, that exposes the write timeout on the client and per resource. See #308