Alex Chaplianka

Results 12 comments of Alex Chaplianka

Hi @eikenb Yes, the scenario you are describing is working. However, try the one described in "steps to reproduce", that is: run consul-template quickly **after stopping the agent.** My suspicion...

I found a different example, see in the edited topic. When running in trace: > 2019/08/21 11:00:58.773993 [INFO] consul-template v0.20.0 (b709612c) > 2019/08/21 11:00:58.774020 [INFO] (runner) creating new runner (dry:...

I'm also experiencing the same issue. I was able to work around it by changing `indent` to `nindent`

@consulthys I'm unfamiliar with the explanations of analyze. Which attributes do you think are useful? Also, it seems shows step by step analysis.. maybe this tool is redundant ?

I'm not familiar with the API. Do you mean use set up the client in this way: ```java APN_AUTH_KEY = ; // TODO Where will this come from? KEY_ID =...

Actually I'm not sure if this is a apns issue. EDIT: Just this call breaks code: https://github.com/CleverTap/apns-http2/blob/192e7205c7554097f126256e4ab0c79d6adc75c1/src/main/java/com/clevertap/apns/clients/SyncOkHttpApnsClient.java#L185

@judepereira Oh okay, thanks.

@judepereira This library uses Ok Http which says it supports HTTP2+, can't we use these implementation rather than Oracles?

@judepereira I've been able to compile it successfully but didn't actually test the functionality. I didn't need to use ALPN. We're using APN as legacy support, now my task is...

I don't have the option at the moment. I will as soon as I can and will update On Thu, 14 Jun 2018 at 16:24, Jude Pereira wrote: > Can...