Shawn Yang

Results 219 comments of Shawn Yang

cloud-shop近期没有时间维护,如果需要maven构建功能的话,可以参考https://github.com/chaokunyang/microservices-event-sourcing 进行配置

> no-no Hi @aunkrig , thanks for your reply. Creating a new classloader won't leak resource. But here the generated class may access package-level API in `dep` class, which is...

Package-level access is forbidden across class loaders. For example, following code throws IllegalAccessError ```java @Test public void testJaninoClass() throws CompileException, ClassNotFoundException, IllegalAccessException, InstantiationException { SimpleCompiler compiler = new SimpleCompiler(); String...

We have same issue too.: ``` from xgboost_ray import RayDMatrix, RayParams, RayXGBRegressor, RayShardingMode from sklearn.datasets import make_regression X, y = make_regression(n_samples=1_0000, n_features=10) pd_df = pd.concat([pd.DataFrame(X), pd.DataFrame({"target": y})], axis=1) ds =...

这两天找工作,等过段时间工作落实了,就建个群大家一起交流哈,抱歉了。

按照readme说明是可以跑起来的,如果不可以的话可以把遇到的问题贴上来

可以使用[Spring Cloud Sleuth](http://cloud.spring.io/spring-cloud-sleuth/)进行服务追踪。 商品无货,商品详情加载失败,我抽空看看

参考这两篇文章: http://blog.christianposta.com/microservices/the-hardest-part-about-microservices-data/ http://microservices.io/patterns/data/event-sourcing.html