kafka

Форк
0
/
server.properties 
31 строка · 1.5 Кб
1
# Licensed to the Apache Software Foundation (ASF) under one or more
2
# contributor license agreements.  See the NOTICE file distributed with
3
# this work for additional information regarding copyright ownership.
4
# The ASF licenses this file to You under the Apache License, Version 2.0
5
# (the "License"); you may not use this file except in compliance with
6
# the License.  You may obtain a copy of the License at
7
#
8
#    http://www.apache.org/licenses/LICENSE-2.0
9
#
10
# Unless required by applicable law or agreed to in writing, software
11
# distributed under the License is distributed on an "AS IS" BASIS,
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15

16
advertised.listeners=PLAINTEXT_HOST://localhost:39092,SSL://localhost:9094,PLAINTEXT://broker3:29092
17
controller.listener.names=CONTROLLER
18
group.initial.rebalance.delay.ms=0
19
inter.broker.listener.name=PLAINTEXT
20
listener.security.protocol.map=PLAINTEXT:PLAINTEXT,SSL:SSL,CONTROLLER:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
21
log.dirs=/tmp/kraft-combined-logs
22
offsets.topic.replication.factor=1
23
process.roles=to be overridden
24
ssl.client.auth=required
25
ssl.key.password=abcdefgh
26
ssl.keystore.location=/etc/kafka/secrets/kafka02.keystore.jks
27
ssl.keystore.password=abcdefgh
28
ssl.truststore.location=/etc/kafka/secrets/kafka.truststore.jks
29
ssl.truststore.password=abcdefgh
30
transaction.state.log.min.isr=1
31
transaction.state.log.replication.factor=1
32

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.