microservices-event-sourcing icon indicating copy to clipboard operation
microservices-event-sourcing copied to clipboard

Microservices Event Sourcing 是一个微服务架构的在线购物网站,使用Spring Boot、Spring Cloud、Spring Reactor、OAuth2、CQRS 构建,实现了基于Event Sourcing的最终一致性,提供了构建端到端微服务的最佳实践

Results 12 microservices-event-sourcing issues
Sort by recently updated
recently updated
newest added

你好,部署起来之后运行发现 加载首页,库存显示无货。 ![image](https://user-images.githubusercontent.com/3351605/28309049-c7c13eda-6b6d-11e7-8ef5-805adc886174.png) 点击商品详情页加载失败 ![image](https://user-images.githubusercontent.com/3351605/28309128-09647a6e-6b6e-11e7-962d-2f04b09d3f01.png) 点击商品是后台报错信息 ![image](https://user-images.githubusercontent.com/3351605/28309191-3f5cd1fc-6b6e-11e7-9f6c-67b6da88e98e.png) 商品点击 获取产品为空 ![image](https://user-images.githubusercontent.com/3351605/28309506-318dbc34-6b6f-11e7-9349-a906a709664d.png) 库存服务数据初始化 ![image](https://user-images.githubusercontent.com/3351605/28309305-91e08c66-6b6e-11e7-9f1c-c90554db53ae.png) 有些疑问还请不吝赐教: 1.项目启动的服务这么多,怎么监控整个系统的运行状态? 2.是否可以查看每个请求都访问了那些服务? (或者说一个请求,在服务中的调用顺序有方便的查询方法吗?)

我只发现了个别的表结构,产品表的结构我没有发现

Dear all: 我使用java 1.8.0.89使用mvn進行compile專案, 一直出現以下錯誤訊息 --- docker-maven-plugin:0.3.258:build (default) @ microservices-event-sourcing --- **SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.**...

群主能否弄个qq群

之前没有用过gradle,想问一下,idea怎么部署启动

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'inventoryControllerV1': Unsatisfied dependency expressed through field 'inventoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'inventoryServiceV1': Unsatisfied dependency expressed through field 'inventoryRepository'; nested...

代码貌似不够全面,有个老外分享的代码:https://github.com/kbastani/spring-cloud-event-sourcing-example ,对应文章:http://www.kennybastani.com/2016/04/event-sourcing-microservices-spring-cloud.html 各个服务做的均是查询居多,对于事务的控制这块如何实现我研究不透彻,烦请各位git友指点一二。例如:下单时锁库存实现、支付时扣减库存实现等,在event-sourcing模型中如何实现事务控制保证数据一致性?难道是每个服务都要写一个fallback方法自己实现回滚逻辑?涉及到事务的服务都添加event事件?有没有q群交流下,谢谢!

有没有qq群,一起讨论