Spring cloud integrates nacos2 X is used to realize the configuration center and registration center

preface Environment deployment reference: Docker deploying Nacos-2.0.3 stand-alone environment Docker deploying Nacos-2.0.3 cluster environment Deploying Nacos-2.0.3 stand-alone environment for Linux Deploying Nacos-2.0.3 cluster environment for Linux 1. Overview Nacos is committed to the discovery, configuration and management of micro ...

Posted by duvys on Fri, 25 Feb 2022 06:09:59 +0100

RabbitMQ. Basic use

1, Message queue 1. Definition of Message queue The most common way of communication between services is to directly call each other to communicate. Messages can reach the other end immediately after they are sent from one end, which is called instant messaging (synchronous communication) After a message is sent from one end, it first enters ...

Posted by transparencia on Thu, 24 Feb 2022 14:46:59 +0100

RabbitMQ. Basic use

catalogue I Message queue 1. Definition of message queue 2. Problem thinking ​3. Existing problems 4. Optimization scheme 5. Example: ①. Benefits ②. Message queue characteristics 6.Email case: 7.AMQP 8. Technical selection  9.RabbitMq II Docker installation and deployment RabbitMQ III springboot connection configuration 1. Config ...

Posted by praveenhotha on Thu, 24 Feb 2022 13:11:03 +0100

Snowflake algorithm: a sharp tool for distributed unique ID generation

prefaceWhether it is ID generation in distributed systems or the generation of unique numbers such as requesting serial numbers in business systems, it is a scenario that software developers often face. The snowflake algorithm is a solution to these scenes.Taking distributed ID as an example, its generation often requires uniqueness, increment, ...

Posted by nicolam1 on Wed, 23 Feb 2022 02:26:26 +0100

Talk about RabbitMq dynamic monitoring

I haven't shared my learning experience for a long time. After reading the release records, the last article is from 2020-12-10. Today, I take time to sort out the next technology sharing I want to sort out very early. By the way, as an aside, because I haven't had time to sort it out, and the development partners don't understand Mq enough, I ...

Posted by Moesian on Tue, 22 Feb 2022 11:02:23 +0100

Elasticsearch rest high level client operation elasticsearch, an article that takes you into a no man's land

abstract Idle boring, so I wrote this cool article, which Mina sang can use directly, unless there are almost no bug s, when I didn't say (doge) QA: why don't you rely on the operation encapsulated by springboot? Ou believes that springboot over encapsulates the operation class, and it is OK to realize ordinary and simple operations, but i ...

Posted by ntohky14 on Mon, 21 Feb 2022 16:25:14 +0100

Distributed log GrayLog usage

GrayLog brief introduction GrayLog is a lightweight distributed log management platform, an open source log aggregation, analysis, audit, display and early warning tool. In terms of function, it is similar to ELK, but it is much simpler and lighter than ELK. Relying on the advantages of more concise, efficient and simple deployment and use ...

Posted by rockinaway on Mon, 21 Feb 2022 12:30:40 +0100

Elastic search: create a cluster with multiple nodes - Elastic Stack 8.0

In my previous article: Elastic Stack 8.0 installation - protecting your Elastic Stack is now easier than ever Elastic: use Docker to install Elastic Stack 8.0 and start using it I described in detail how to install a single node Elastic Stack. In today's tutorial, I detail how to install a three node Elasticsearch cluster. I will use Docke ...

Posted by chadbobb on Sun, 20 Feb 2022 08:09:52 +0100

Seata distributed transaction

Seata Seata is an open source distributed transaction solution, which is committed to providing high-performance and easy-to-use distributed transaction services. Seata will provide users with AT, TCC, SAGA and XA transaction modes to create a one-stop distributed solution for users. Evolution of the two-stage submission agreement: Phase I: ...

Posted by ddragas on Sun, 20 Feb 2022 04:45:20 +0100

Hadoop pseudo distributed cluster installation and deployment

deploy Download installation packageUpload and unzip the installation packageConfigure environment variablesModify profileFormat HDFSModify script fileStart and verifyStop cluster be careful: 1. The JDK environment is installed and configured by default 2. The CentOS7 Linux environment is installed and configured by default 3. Change the curre ...

Posted by MasterACE14 on Sat, 19 Feb 2022 21:33:02 +0100