Zava
Zava
add: * `Chronicle-Map` [ ](https://github.com/OpenHFT/Chronicle-Map) * Replicate your Key Value Store across your network, with consistency, persistance and performance. * code repo: https://github.com/OpenHFT/Chronicle-Map
>如何具体修改方式,如 > > - 是 强力的fail-fast > - 还是 只做 使用问题或风险 的信息提示 > - 想到这样做而不fail-fast的原因是: > - 我现在并不能完全确定:回调的方法(beforeExecute和afterExecute)中调整增减TTL实例在业务上一定是不需要的、不合理的。 > - 回调的方法的异常 是想被忽略的,回调不影响外部的主业务流程。 > >我再想一下。 cool! 确实要做这个决定的前提是要确定清楚 TTL **本身支不支持**在 回调的方法(beforeExecute和afterExecute)中调整增减TTL实例,更进一步是,站在用户角度上,**在用户需求上**,是否有这个需要,值得好好分析。 我也还不确定用户在这个场景做了这样的事情,他的初始预期是什么?现在还缺少这样的信息。也需要...
may be we can use [curator](https://github.com/Netflix/curator)
In my opinion, the issue actually suggests `AutoPipeline` to take the annotations from the interface ( which may present on the interface, method, or parameter) to the generated classes, I...
@jackalchenxu here I use `'r` in the `FromText` because I want to impl for some reference, e.g. I can impl `FromText` for `&str` like below: ``` impl for &str {...
+1,Demo 工程 或者 由此 Demo 工程逐步沉淀成可复用的单测能力