Zookeeper learning -- basic use and cluster building of zookeeper

Zookeeper learning - basic use and cluster building of zookeeper This chapter records the environment construction and basic api use of Zookeeper. Part of the summary is from Zookeeper's official website. The version of Zookeeper used this time is 3.4.9. Here, I installed VMWare on this machine and cr ...

Posted by homerjsimpson on Mon, 22 Jun 2020 02:58:30 -0700

Big data Hadoop cluster construction

Big data Hadoop cluster construction 1, Environment Server configuration: CPU model: Intel ® Xeon ® CPU E5-2620 v4 @ 2.10GHz CPU cores: 16 Memory: 64GB operating system Version: CentOS Linux release 7.5.1804 (Core) Host list: IP host name 192.168.1.101 node1 192.168.1.102 node2 1 ...

Posted by SL-Cowsrule on Sun, 21 Jun 2020 17:57:54 -0700

The most detailed tutorial in history is about the use of Zookeeper client, ZkClient and cursor~

If you think this article is helpful to you, welcome old fellow to praise you. Your support is the biggest driving force for my creation. This series mainly summarizes the basic use of Zookeeper. The author is going to write four articles: Blog content Resource links Setting up Zookeeper running ...

Posted by tzuriel on Sun, 21 Jun 2020 01:15:06 -0700

SpringCloud version Hoxton SR5 - Lecture 2: Differences between eureka, Eureka and zookeeper and usage scenarios.

------------------------------------------------ Cute dividing line--------------- Quote what I wrote: SpringCloud version Hoxton SR5 - Lesson 1: Understanding First look at what eureka can do, or its positioning and role in the project. The functions and functions mentioned before are in plain Chi ...

Posted by Dilbert137 on Thu, 18 Jun 2020 18:59:31 -0700

2. Event monitoring and cluster building of zookeeper

1. zookeeper event listener 1.1. watcher concept: zookeeper provides data publish / subscribe function. Multiple subscribers can listen to a specific subject object at the same time. When the subject object's own state changes, such as the node content changes, the list of child nodes under the ...

Posted by brandtj on Thu, 18 Jun 2020 00:35:26 -0700

ZooKeeper installation and deployment configuration under Centos (cluster mode)

catalog Step 1: prepare documents (1) Upload file (2) Unzip files Step 2: modify the configuration file (1) Rename file (2) Create tmp folder (3) Create a myid file (4) Modify profile Step 3: configure environment variables Step 4: distribute documents (1) Distribution of documents (2) Configura ...

Posted by darkfreaks on Mon, 15 Jun 2020 22:32:36 -0700

Production and operation practice of Kubernetes Ingress Nginx

1, Foreword article Kubernetes production practice series 15: Architecture and working principle of Kubernetes Ingress Nginx This paper describes the working principle of Ingress Nginx, and introduces the practice of Ingress in the production environment. First of all, it needs to be clear that the ...

Posted by carnot on Fri, 12 Jun 2020 19:46:25 -0700

Zookeeper implements service registration / discovery

what that? Zookeeper is frequently used in distributed development, but many frameworks encapsulate it. Beginners may not understand its working principle well. This article demonstrates the simple demo of using zookeeper to realize service registration and service discovery, hoping to achieve the effect of attracting valuable ideas; why need ...

Posted by phpdev12 on Mon, 08 Jun 2020 21:42:03 -0700

Kafka Quick Start - Kafka Cluster Deployment

Kafka Quick Start (6) - Kafka Cluster Deployment I. Kafka Cluster Deployment Plan 1. Operating system selection In general, production environments should deploy Kafka clusters on Linux operating systems for the following reasons:(1) At the bottom of the Kafka client, Java selector is used. The implementation mechanism of selector on Linux is ...

Posted by colesw on Mon, 25 May 2020 11:24:58 -0700

Kafka Core API - Stream API

Kafka Stream concepts and initial high-level architecture diagrams Kafka Stream is a new Feature introduced by Apache Kafka from version 0.10 that provides streaming and analysis of data stored in Kafka.In short, Kafka Stream is a class library for stream computing, similar to Storm, Spark Streaming, Flink, but much lighter. Basic concepts of ...

Posted by Dujo on Sun, 24 May 2020 09:39:16 -0700