Let's talk about spring cloud stream and kafka.
Spring Cloud Stream is a framework for building highly scalable event-driven microservices connected with shared messaging systems.
The framework provides a flexible programming model built on already established and familiar Spring idioms and best practices, including support for persistent pub/sub semantics, consumer groups, and stateful par ...
Added by someberry on Wed, 30 Oct 2019 04:57:01 +0200
MyCat tutorial 6: global serial number - self growth of global primary key
Global primary key auto increment
I. self increasing method of local files
&e ...
Added by hometoast on Fri, 25 Oct 2019 16:57:58 +0300
The latest Centos7.6 deployment of ELK log analysis system
Download elastic search
Create elk user and authorize
useradd elk
chown -R elk:elk /home/elk/elasticsearch
chown -R elk:elk /home/elk/elasticsearch1
chown -R elk:elk /home/elk/elasticsearch2
mkdir -p /home/eladata
mkdir -p /var/log/elk
chown -R elk:elk /home/eladata
chown -R elk:elk /var/log/elk
Master node master
Extract from elastic search an ...
Added by crochk on Tue, 22 Oct 2019 19:50:52 +0300
Cluster construction of Zookeeper
Reference documents:
https://my.oschina.net/u/3754001/blog/1802140Installation and erection process is omitted here
I. network environment
Remarks:
Currently, it is a three node server, which allows one node to be damaged, the cluster state is normal, and normal services can be provided. For example, two nodes are damaged, only one node is le ...
Added by rosieraz on Fri, 18 Oct 2019 18:00:05 +0300
springboot integrates apache dubbo
As dubbo became an apache Foundation incubator on February 15, 2018, it is no longer a project maintained by Ali. Then there seems to be a fault. Most of the articles on the Internet are about dubbo development tutorials in Ali stage, which leads to a long search for apache dubbo development tutorials. So I want to sort out the simple integrati ...
Added by stephenlk on Thu, 10 Oct 2019 04:06:34 +0300
Node quota, quota management tree, status information in zk
Qutas mainly completes the definition of quota catalogue:
Restriction information contains the required size of a path
In zk, the directory structure is / zookeeper/quota/xxx/zookeeper_limits
State information contains the actual size of a path
/zookeeper/quota/xxx/zookeeper_stats
And provide the restricted path and state path methods corr ...
Added by receiver on Wed, 02 Oct 2019 00:19:01 +0300
Hadoop Series: Building Hadoop High Availability Cluster Based on ZooKeeper
Introduction to High Availability
High Availability of Hadoop can be divided into HDFS high availability and YARN high availability. Their implementation is basically similar, but HDFS NameNode requires much higher data storage and consistency than YARN Resource Manger, so its implementation is more complex. So let's explain the following:
1.1 ...
Added by enterume on Tue, 17 Sep 2019 16:53:49 +0300
ZooKeeper Series: Voting
ZooKeeper's election process defaults to the FastLeaderElection class, which starts Messenger to send and receive election information when FastLeaderElection starts. After the election is completed, one Leader and several Follower are selected.
First understand several concepts:
Epoch: The voting cycle is used to distinguish each round, and ...
Added by dotBz on Mon, 09 Sep 2019 09:16:47 +0300
Distributed Technology--ZooKeeper's Comprehensive Exercise
Hello, friends. I'm here again. Share Zookeeper's comprehensive exercise with you this time!!! It's a summary of learning zookeeper these days.
Learn together and make progress together. Continue to precipitate, slowly strong. I hope this article will be helpful to you. If there is something wrong with it, please comment on it.
Shortly ...
Added by djpeterlewis on Mon, 09 Sep 2019 08:00:39 +0300
Zookeeper Windows Cluster Construction
The configuration of zoo in the D: zookeeper-3.4.14 conf directory in the zookeeper-3.4.14 file is as follows
# The number of milliseconds of each tick
tickTime=2000
# The number of ticks that the initial
# synchronization phase can take
init ...
Added by hey_suburbia on Thu, 05 Sep 2019 08:40:28 +0300