Giter Club home page Giter Club logo

Comments (2)

taoso avatar taoso commented on July 27, 2024

这个链接是历史原因导致的。

最早,我们是 rpc 跟 server 分开的。后来觉得 server 层不应该有太多逻辑,主要就是实现 rpc 接口并调用 service 层方法。所以就把 server 层跟 rpc 层合并到了一起。

但是,因为我们在早期 service 层有大量的代码直接依赖 rpc 层。如果合并 rpc 层跟 server 层,就会产生 rpc 导 service、service 导 rpc 这样的循环依赖。现有的代码有没法完全重写,所以我们内部还是继续使用 server 层。

from sniper.

chanchancl avatar chanchancl commented on July 27, 2024

如果是由于内外部引起的问题,那就没事了
多谢解答

from sniper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.