qct
qct
@DaKoTaGeorgia this repo is a SDK, not a strategy, you need to write your own logic code.
all testing codes are in test folder, you can run them as described in README: ``` - latency test: mvn -Dtest=PerfLatency#testLatencyMargin test - throughput test: mvn -Dtest=PerfThroughput#testThroughputMargin test - hiccups...
交易所的 public key, secret key 要自己往数据库里面写吗?
only two issues ? Are they active at GitHub ? Since they have made V3 version unopen-sourced, maybe it's their secret now, they said you should use API. I don't...
guys, any updates about this issue ? looks @vrothberg did a perfect work
I think holiday seasons should have passed. LOL :smile:
@ihaolin ``` ExecutorService retryExecutor = Executors.newSingleThreadExecutor(); retryExecutor.submit(() -> { Callable myCallable = () -> { System.out.println("do something..."); return null; }; try { RetryerBuilder.newBuilder().build().call(myCallable); } catch (ExecutionException e) { e.printStackTrace(); }...
@JensRantil was right. @mayooran99 you may find the default block strategy is `ThreadSleepStrategy`, it simply calls `Thread.sleep()`
I got the same problem like #64 . Dan Lew doesn't suggest the dynamic versions for dependencies. check this: [Don't use dynamic versions for your dependencies](http://blog.danlew.net/2015/09/09/dont-use-dynamic-versions-for-your-dependencies/) I think guava-retrying should...