Spring Cloud Learning Notes: Hystrix Fault Tolerance Mechanism
brief introduction
In the micro-service architecture, the dependencies between micro-services are complex, and some services will inevitably fail, resulting in the thread blockage of remote scheduling for service invokers. In high load scenarios, cascade failures may occur if no processing is done, leading to resource exhaustion of service call ...
Posted by beachcomber on Tue, 17 Sep 2019 12:58:42 +0200
Simple spring cloud application building
I. Sprcloud Microsoft Service Architecture
2. Building Sprcloud application step by step
service client
Service: Application that provides services. Port is 808x
Client: The application port for invoking the service is 809x
The whole program uses the client end to call the server end program according to the user id to return user informatio ...
Posted by nightdesigns on Wed, 11 Sep 2019 12:54:50 +0200
Spring Cloud Learning Notes: Eureka Registry
brief introduction
Eureka is Netflix open source rest-based service governance scheme, which is divided into Server and Client, Server is the registry, and other micro-services are registered and discovered by connecting Server through Client.
Project introduction
sc-parent, parent module
sc-provider, provider module
sc-eureka, Registry
sc-con ...
Posted by djcee on Wed, 11 Sep 2019 06:45:01 +0200
web3j 4.x ETF Mobile Wallet Development Tutorial and Source Code
This tutorial explains how to use the Ethernet node provided by Web3j 4.x and Infura to develop the Ethernet wallet application of Android mobile phone. The tutorial includes project dependency configuration, Ethernet node selection, Ethernet wallet address creation, testing the acquisition of Ethernet currency, executing Ethernet currency tran ...
Posted by tsiedsma on Wed, 11 Sep 2019 05:09:25 +0200
Java Style, Hot Deployment, Supporter behind JVM Java Agent
We don't really have many opportunities to write Java Agents in general, or we hardly need them.But in fact, we've been using it all along, and there's a lot of contact.These techniques all use Java Agent technology, so you can see why.
- Debugging capabilities of individual Java IDE s, such as eclipse, IntelliJ;
- Hot deployment features, su ...
Posted by genistaff on Wed, 11 Sep 2019 03:40:34 +0200
Carding several key basic knowledge points of srping boot
Background:
Before spring boot, the use of ssh or ssm framework development, need a lot of configuration files, development efficiency is low, deployment and maintenance is more troublesome, at this time to solve these problems spring boot came into being.
Official Web Profile:
Spring Boot makes it easy to create stand-alone, production-grade S ...
Posted by beachcomber on Sun, 08 Sep 2019 18:03:17 +0200
Java Micro Services: Service Consumer and Provider Setup
This article goes on to the last article, " Java Micro Services (1): Use of the dubbo-admin console , the previous article introduced the installation of the docker, zookeeper environment, and demonstrated the use of the dubbo-admin console by referring to the Dubbo website.The zookeeper service registry has been set up in the last article ...
Posted by mephistoo on Sun, 08 Sep 2019 06:44:48 +0200
Zuul-Zuul Performance Tuning-Layer 2 Timeout Tuning of Gateway
1) Zuul timeout tuning
Why optimize Zuul's timeout
Interpretation based on the figure above
Zuul's underlying Hystrix calls Ribbon and services to communicate. By default, it uses Hystrix thread pool isolation to open a thread in the gateway to ...
Posted by dwest on Sat, 07 Sep 2019 14:34:46 +0200
15. Feign Integrated Circuit Breaker Monitoring Hystrix Dashboard
Public number: java paradise
Ribbon can integrate circuit breaker monitoring Hystrix Dashboard, Feign can not be less, this article explains how Feign integrated circuit breaker monitoring Hystrix Dashboard. This paper mainly integrates sc-eureka-client-consumer-feign-hystrix project and sc-hystrix-dashboard project.
1. New project sc-feign-hys ...
Posted by hrdyzlita on Sat, 07 Sep 2019 06:05:16 +0200
Brief Introduction to the Access of Aliyun Sophix Thermal Repair Framework
Brief Introduction to the Access of Aliyun Sophix Thermal Repair Framework
At present, Android development hot repair can be said to be a basic function of a standard commercial project, which is convenient for emergency problem repair after onlin ...
Posted by NiallThistle on Tue, 03 Sep 2019 12:21:15 +0200