Debasish Ghosh
Debasish Ghosh
Thanks for pointing out .. have a look ..
Currently `E` is used to handle exceptions that may occur and handle it at https://github.com/debasishg/scala-redis/blob/master/src/main/scala/com/redis/PubSub.scala#L60. The most trivial way to handle it is to initiate a new consumer discarding the...
The client expects a running Redis server in order to instantiate successfully. Isn't it not possible to implement the retry semantics as part of the application code ?
Let me think of an API that allows this retry semantics. Do you want the client to wait till the server is available or a configured timeout happens ?
Thanks for the PR. I will take a look over the weekend. @guersam - mind taking a look when u have some free time ?
@guersam +1 on your thoughts. I am also not much familiar with Akka streams yet. I will release the current master and then wait for akka streams to stabilize more...
"upcoming http client" .. link ? Looks like I am not up to date w/ this development. Sure we can. But it's also great to have a baseline version, thanks...
Thanks for reporting .. will check soon.
Thanks .. I will take a look and merge ASAP.
Thanks for the PR .. I will do a quick review and merge it vey soon.