Microservice link tracking using pinpoint service
Service dependency
jdk 1.8hadoop 2.5.1hbase 1.2.6pinpoint 3.3.3Windows 7 system
hadoop installation
Download Hadoop package
http://archive.apache.org/dist/hadoop/core/hadoop-2.5.1/ Download the version 2.5.1 installation package at http://archive.apache.org/dist/hadoop/core/hadoop-2.5.1/.
Unzip the Hadoop package and add environment vari ...
Added by NZ_Kiwi on Wed, 19 Jan 2022 02:06:49 +0200
docker - prometheus+grafana monitoring and integration into spring boot microservice
1, Prometheus introduction
Prometheus, whose Chinese name is Prometheus, is inspired by Google's Brogmon monitoring system. It has been developed by former Google engineers in Soundcloud in the form of open source software since 2012. Version 1.0 was released in June 2016. Prometheus can be seen as an implementation of Google's internal mo ...
Added by Mr. R on Tue, 18 Jan 2022 21:03:55 +0200
From 0 to 1, build spring cloud alibaba micro service large application framework (Mini cloud) and build authentication service (authentication / resource separation version) oauth2 0
Immediately above Build spring cloud alibaba microservice large application framework (II) (Mini cloud) creation project from 0 to 1 and build source code startup version nacos registry Today, let's talk in detail about how to build a certification center, that is, auth2 in the figure below 0 authentication service
There are many aspects inv ...
Added by kevinridge on Tue, 18 Jan 2022 04:40:55 +0200
Spring cloud Alibaba sentinel realizes fusing and current limiting
In the previous article, we introduced sentinel, including installing sentinel console, initializing demonstrator and process flow control rules Next, learn the fusing rules, hotspot key current limiting, system rules, @ SentinelResource annotation, service fusing function and rule persistence.
Fusing rules
Official introduction
Basic introd ...
Added by NuLL[PL] on Mon, 17 Jan 2022 23:52:38 +0200
SpringCloud -- Config and Bus parsing
1,Config
1.1 overview
1. Problems faced by distributed
Microservice means to split the business in a single application into one sub service. The granularity of each service is relatively small, so there will be a large number of services in the system. Because each service needs the necessary configuration information to run, a centrali ...
Added by reyes99 on Mon, 17 Jan 2022 22:47:39 +0200
Record the operation process of configuring the nacos registry with spring cloud 2.2.7
Record the operation process of configuring the nacos registry with spring cloud 2.2.7
1. Import pom dependency
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.2.7.RELEASE</version>
<type>pom</type>
...
Added by aaadispatch on Mon, 17 Jan 2022 17:46:45 +0200
Some problems and solutions encountered in the initial experience of internationalization of spring cloud & react project
background
Recently, possible foreign customers have appeared in the project in charge, so the system should be internationalized in order to develop the international market. After all, making dollars is fun. The front end of the project is separated from the front end. The front end is developed based on React, and the back end is spring clo ...
Added by mhenke on Sun, 16 Jan 2022 04:33:20 +0200
[Spring special session] practice guide for Gateway whole process development of "Spring cloud" microservice Gateway service (2.2.X)
Development guidelines and instructions
This practice is mainly in version 2.2.0 Build on build-snapshot, which provides an API gateway built on the Spring ecosystem.
Introduction to Spring Cloud Gateway
The goal of Spring Cloud Gateway is to route to the API in a simple and effective way, and provide some crosscutting concerns, such as secu ...
Added by irvieto on Sat, 15 Jan 2022 23:01:59 +0200
Microservice distributed lock MySQL solution
1 implementation based on unique index (insert)
Record the optimistic locking scheme of the lock. The core idea of the implementation method based on database is to create a table in the database, which contains fields such as method name, and create a unique index on the method name field. If you want to execute a method, you can use this met ...
Added by ilikephp on Fri, 14 Jan 2022 17:21:01 +0200
Container orchestration of microservices using docker compose
I've given you a simple Got to know docker , and how Create an image through dockerfile , and Push image to private warehouse . This article briefly talks about using docker compose to make a simple container arrangement
What is container orchestration
Our application system may create multiple images according to different dependent tools, ...
Added by tyson on Fri, 14 Jan 2022 09:25:22 +0200