2023-12-06 18:29:13 +08:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
|
|
# this work for additional information regarding copyright ownership.
|
|
|
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
# (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
2023-12-13 14:29:48 +08:00
|
|
|
advertised.listeners=PLAINTEXT_HOST://localhost:39092,SSL://localhost:9094,PLAINTEXT://broker3:29092
|
2023-12-06 18:29:13 +08:00
|
|
|
controller.listener.names=CONTROLLER
|
|
|
|
group.initial.rebalance.delay.ms=0
|
|
|
|
inter.broker.listener.name=PLAINTEXT
|
2023-12-13 14:29:48 +08:00
|
|
|
listener.security.protocol.map=PLAINTEXT:PLAINTEXT,SSL:SSL,CONTROLLER:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
|
2023-12-06 18:29:13 +08:00
|
|
|
log.dirs=/tmp/kraft-combined-logs
|
|
|
|
offsets.topic.replication.factor=1
|
|
|
|
process.roles=to be overridden
|
|
|
|
ssl.client.auth=required
|
|
|
|
ssl.key.password=abcdefgh
|
|
|
|
ssl.keystore.location=/etc/kafka/secrets/kafka02.keystore.jks
|
|
|
|
ssl.keystore.password=abcdefgh
|
|
|
|
ssl.truststore.location=/etc/kafka/secrets/kafka.truststore.jks
|
|
|
|
ssl.truststore.password=abcdefgh
|
|
|
|
transaction.state.log.min.isr=1
|
|
|
|
transaction.state.log.replication.factor=1
|