We have integrated SpringBoot with Mybatis +Hikari+es+ Redis, and built kafka environment through Docker. This article will introduce how SpringBoot integrates kafka.
ZooKeeper is an open source distributed coordination service framework that you can also think of as a consistent distributed (small) storage system. Especially suitable for...
This is my sixth day of the Challenge. A quick introduction to the features of consumer groups: Kafka provides an extensible and fault-tolerant consumer mechanism....
1.1 How to handle server requests? 1.2 Reactor Design Pattern 1.3 High Performance High Concurrency 1.4 Sequential Read and Write - High performance Kafka persists...
Recently, we are making technology selection for new business, which involves the choice of message-oriented middleware. Combined with our actual situation, we hope it can...
Kafka is a high-performance cross-language distributed message queue written in Scala, with single-machine throughput up to 10W and message latency at ms level. Kafka is...
To learn and understand the message sending process of Producer, we first look at the following figure. Next, we analyze the message sending process of...
Zookeeper. connect Broker Service address (including port number) to connect to the ZooKeeper cluster. There is no default value. If the ZK cluster has multiple...
Message queue middleware is an important component in distributed system, which mainly solves application coupling, asynchronous message, traffic cutting and other problems. Achieve high-performance, highly...
01 | what consumer group? Consumer Groups, or Consumer groups, are extensible and fault-tolerant Consumer mechanisms provided by Kafka. A group can have multiple consumers...
I'm Little Xia Lufei. Learning shapes our lives. Technology changes the world. Kafka can build streaming data pipes that reliably fetch data between systems or...
This paper will introduce the use of Docker to quickly build a development environment, build ZooKeeper, Kafka instance. Docker docker install kafka docker common command
Kafka was originally developed by Linkedin as a distributed, partitioned, producer-subscriber distributed logging system based on ZooKeeper coordination, and has since been used as an...