微服务数据库问题
微服务数据库划分后,如果服务A要展示的数据需要与数据库B的表关联,则微服务划分后数据库不能使用join操作。目前企业普遍的处理方式是怎样的?我目前的解决方案是使用“feign”调用其他服务来获取数据,并将其粘贴到服务的对象中,如果有任何关联的表,则需要多次使用“feign”,我认为这不是好的解决方案,那么代码量就会积累很多。
After the microservice database is divided, if the data to be displayed by service A needs to be associated with the table of database B, the database can't use join operation after the microservice is divided. How to deal with it in the current general way of enterprises? My current solution is use the 'feign' to invoke other services to get the data, and stick it into A service's object, if there are any associated table, you need to use 'feign' many times, I don't think this is a good solution, so the code amount will accumulate very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论