Small D Class - New version of the micro-services springcloud + Docker tutorial _2_03 common micro-services framework

notes

3, the common micro-services framework
    Introduction: explain commonly used micro-services framework

        consumer: Caller
        provider: Callee
        an interface usually act as two characters (not simultaneously serve as a)
            
        1, Dubbo: Dubbo ZooKeeper + + SpringMVC / springboot
            official address : http: //dubbo.apache.org/# / lang = zh -cn!?
            supporting
                communication: rpc
                registry: zookeper / redis
                configuration Center: Diamond

        2, springcloud: family bucket + easily embed third-party components (Netflix Chennai fly)
            official website: http: //projects.spring.io/spring-cloud/
            supporting
                communication: http restful
                registry: eruka / consul
                configuration Center: config
                breaker: hystrix
                gateway: zuul
                Distributed Tracking System: sleuth + zipkin

        learning materials: https: //blog.csdn.net/zhangweiwei2020/article/details/78646252

Start












 

Guess you like

Origin www.cnblogs.com/wangjunwei/p/11440237.html