Git Product home page Git Product logo

dubbo-study's Introduction

概要

学习Dubbo过程中的学习记录 官方中文文档:http://dubbo.apache.org/zh-cn/docs/user/quick-start.html

2018年11月8日

主要进行demo搭建,了解dubbo的基础。

问题

dubbo的SPI设计中,对于具有构造函数的不同等各类情况放在不同的集合类型中,为什么? dubbo协议和zookeeper的关系是什么? 如何直接通过方法上的注解去引用对方的服务,指定ip和端口? 猜想中的调用原理:消费端通过服务提供方的ip、端口、通信协议、类名、方法名 传递到服务端,服务端能过定位到自身的那个方法,然后调用后进行结果返回,其原理大概类似如此吗? 消费端是如何从zk中找到服务提供方的了,根据那些字段进行了查找?以下为个人分析,后续通过代码进行分析。

  • 接口的全路径,消费端和服务提供端必须一致才可以。
  • 版本号,如果版本号不一致,那么无法匹配到。

dubbo-study's People

Contributors

codingox avatar dependabot[bot] avatar

Watchers

 avatar  avatar

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.