|
|
楼主 |
发表于 2023-1-3 11:28:57
|
显示全部楼层
cat config/zookeeper.properties
y) I% G9 k: o0 A7 X# Licensed to the Apache Software Foundation (ASF) under one or more
7 j1 N/ g8 S( N5 n9 x# contributor license agreements. See the NOTICE file distributed with
r0 q# g2 k' I( j6 P( T( w* s/ N# this work for additional information regarding copyright ownership. @8 b, k. ^# i
# The ASF licenses this file to You under the Apache License, Version 2.0
0 f# F* k* X! _4 x4 c# (the "License"); you may not use this file except in compliance with7 N* T. q7 w6 _1 G: R4 g; x# z# O
# the License. You may obtain a copy of the License at. Y3 T3 a. `: z) E! Q
#
1 l9 M5 d! _+ b! R {, P% r! k# http://www.apache.org/licenses/LICENSE-2.0
8 \" q% [, N* D" N x% j6 P#
" ?* S" j# O- K- N7 N% A3 c! t# Unless required by applicable law or agreed to in writing, software
. J/ ^3 X' a, [6 O# distributed under the License is distributed on an "AS IS" BASIS,# R5 o0 c2 k- x4 V; b" W
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* C1 H) m2 w- i1 A+ y+ [1 A# B7 j# See the License for the specific language governing permissions and
/ p: v" g6 Q$ x- Q# limitations under the License.6 g8 [3 W4 h& P5 f8 \ @2 S9 R% V
# the directory where the snapshot is stored.# d0 z; c3 \9 q4 C/ S7 f
dataDir=/mnt/kafka_2.13-3.3.1/data/zookeeper
3 `, N# x3 u6 X1 `5 ]9 J" P) t# the port at which the clients will connect
5 b$ u: A& c+ X2 f/ LclientPort=2181
$ ^) q: g5 N T- w# n' ^( X# disable the per-ip limit on the number of connections since this is a non-production config8 ?* z6 V6 {3 l% e, X4 Q8 Q
maxClientCnxns=0# l% n- Z1 ~- L7 h4 }
# Disable the adminserver by default to avoid port conflicts.0 O' {& P1 n( k1 T* ~
# Set the port to something non-conflicting if choosing to enable this
. S y3 N% \0 `% V% X, s e5 ]$ w& Hadmin.enableServer=false
3 d8 v$ o: a/ Y8 K4 T3 h" B" O# ]# admin.serverPort=8080
% d; M) m/ X6 W2 `& W# B, O$ h% ^% w! b; f/ f2 c9 k
% z" ^. t! p+ T2 q* S& @nohup bin/zookeeper-server-start.sh config/zookeeper.properties &( n9 Z+ M7 I- ], V' G
|
|