kafka 설치 및 구성/참고) broker default config 확인하는 방법
참고) broker default config 확인하는 방법
saay-hi
2024. 6. 21. 14:22
브로커의 설정 파일인 server.properties에 옵션이 명시되어있지 않다고 해서 옵션이 반영되지 않은 것은 아님.
기본 값은 따로 명시하지 않아도 적용되므로, 현재 브로커의 설정 확인을 권장
카프카에서 제공하는 kafka-config.sh 명령어를 이용하고 --broker 옵션과 확인하고자 하는 브로커 아이디를 명시하면 현재 브로커 설정 확인 가능
ex)
[kafka@master bin]$ ./kafka-configs.sh --bootstrap-server 192.168.56.101:9092 --broker 0 --describe --all All configs for broker 0 are: advertised.listeners=null sensitive=false synonyms={} alter.config.policy.class.name=null sensitive=false synonyms={} alter.log.dirs.replication.quota.window.num=11 sensitive=false synonyms={DEFAULT_CONFIG:alter.log.dirs.replication.quota.window.num=11} alter.log.dirs.replication.quota.window.size.seconds=1 sensitive=false synonyms={DEFAULT_CONFIG:alter.log.dirs.replication.quota.window.size.seconds=1} authorizer.class.name= sensitive=false synonyms={DEFAULT_CONFIG:authorizer.class.name=} auto.create.topics.enable=true sensitive=false synonyms={DEFAULT_CONFIG:auto.create.topics.enable=true} auto.include.jmx.reporter=true sensitive=false synonyms={DEFAULT_CONFIG:auto.include.jmx.reporter=true} auto.leader.rebalance..enable=true sensitive=false synonyms={DEFAULT_CONFIG:auto.leader.rebalance.enable=true} background.threads=10 sensitive=false synonyms={DEFAULT_CONFIG:background.threads=10} broker.heartbeat.interval.ms=2000 sensitive=false synonyms={DEFAULT_CONFIG:broker.heartbeat.interval.ms=2000} broker.id=0 sensitive=false synonyms={STATIC_BROKER_CONFIG:broker.id=0, DEFAULT_CONFIG:broker.id=-1} broker.id.generation.enable=true sensitive=false synonyms={DEFAULT_CONFIG:broker.id.generation.enable=true} broker.rack=null sensitive=false synonyms={} broker.session.timeout.ms=9000 sensitive=false synonyms={DEFAULT_CONFIG:broker.session.timeout.ms=9000} client.quota.callback.class=null sensitive=false synonyms={} compression.type=producer sensitive=false synonyms={DEFAULT_CONFIG:compression.type=producer} connection.failed.authentication.delay.ms=100 sensitive=false synonyms={DEFAULT_CONFIG:connection.failed.authentication.delay.ms=100} connections.max.idle.ms=600000 sensitive=false synonyms={DEFAULT_CONFIG:connections.max.idle.ms=600000} connections.max.reauth.ms=0 sensitive=false synonyms={DEFAULT_CONFIG:connections.max.reauth.ms=0} control.plane.listener.name=null sensitive=false synonyms={} controlled.shutdown.enable=true sensitive=false synonyms={DEFAULT_CONFIG:controlled.shutdown.enable=true} controlled.shutdown.max.retries=3 sensitive=false synonyms={DEFAULT_CONFIG:controlled.shutdown.max.retries=3} controlled.shutdown.retry.backoff.ms=5000 sensitive=false synonyms={DEFAULT_CONFIG:controlled.shutdown.retry.backoff.ms=5000} controller.listener.names=null sensitive=false synonyms={} controller.quorum.append.linger.ms=25 sensitive=false synonyms={DEFAULT_CONFIG:controller.quorum.append.linger.ms=25} controller.quorum.election.backoff.max.ms=1000 sensitive=false synonyms={DEFAULT_CONFIG:controller.quorum.election.backoff.max.ms=1000} controller.quorum.election.timeout.ms=1000 sensitive=false synonyms={DEFAULT_CONFIG:controller..quorum.election.timeout.ms=1000} controller.quorum.fetch.timeout.ms=2000 sensitive=false synonyms={DEFAULT_CONFIG:controller.quorum.fetch.timeout.ms=2000} controller.quorum.request.timeout.ms=2000 sensitive=false synonyms={DEFAULT_CONFIG:controller.quorum.request.timeout.ms=2000} controller.quorum.retry.backoff.ms=20 sensitive=false synonyms={DEFAULT_CONFIG:controller.quorum.retry.backoff.ms=20} controller.quorum.voters= sensitive=false synonyms={DEFAULT_CONFIG:controller.quorum.voters=} controller.quota.window.num=11 sensitive=false synonyms={DEFAULT_CONFIG:controller.quota.window.num=11} controller.quota.window.size.seconds=1 sensitive=false synonyms={DEFAULT_CONFIG:controller.quota.window.size.seconds=1} controller.socket.timeout.ms=30000 sensitive=false synonyms={DEFAULT_CONFIG:controller.socket.timeout.ms=30000} create.topic.policy.class.name=null sensitive=false synonyms={} default.replication.factor=1 sensitive=false synonyms={DEFAULT_CONFIG:default.replication.factor=1} delegation.token.expiry.check.interval.ms=3600000 sensitive=false synonyms={DEFAULT_CONFIG:delegation.token.expiry.check.interval.ms=3600000} delegation.token.expiry.time.ms=86400000 sensitive=false synonyms={DEFAULT_CONFIG:delegation.token.expiry.time.ms=86400000} delegation.token.master.key=null sensitive=true synonyms={} delegation.token.max.lifetime.ms=604800000 sensitive=false synonyms={DEFAULT_CONFIG:delegation.token.max.lifetime.ms=604800000} delegation.token.secret.key=null sensitive=true synonyms={} delete.records.purgatory.purge.interval.requests=1 sensitive=false synonyms={DEFAULT_CONFIG:delete.records.purgatory.purge.interval..requests=1} delete.topic.enable=true sensitive=false synonyms={DEFAULT_CONFIG:delete.topic.enable=true} early.start.listeners=null sensitive=false synonyms={} eligible.leader.replicas.enable=false sensitive=false synonyms={DEFAULT_CONFIG:eligible.leader.replicas.enable=false} fetch.max.bytes=57671680 sensitive=false synonyms={DEFAULT_CONFIG:fetch.max.bytes=57671680} fetch.purgatory.purge.interval.requests=1000 sensitive=false synonyms={DEFAULT_CONFIG:fetch.purgatory.purge.interval.requests=1000} group.consumer.assignors=org.apache.kafka.coordinator.group.assignor.UniformAssignor,org.apache.kafka.coordinator.group.assignor.RangeAssignor sensitive=false synonyms={DEFAULT_CONFIG:group.consumer.assignors=org.apache.kafka.coordinator.group.assignor.UniformAssignor,org.apache.kafka.coordinator.group.assignor.RangeAssignor} group.consumer.heartbeat.interval.ms=5000 sensitive=false synonyms={DEFAULT_CONFIG:group.consumer.heartbeat.interval.ms=5000} group.consumer.max.heartbeat.interval.ms=15000 sensitive=false synonyms={DEFAULT_CONFIG:group.consumer.max.heartbeat.interval.ms=15000} group.consumer.max.session.timeout.ms=60000 sensitive=false synonyms={DEFAULT_CONFIG:group.consumer.max.session.timeout.ms=60000} group.consumer.max.size=2147483647 sensitive=false synonyms={DEFAULT_CONFIG:group.consumer.max.size=2147483647} group.consumer.min.heartbeat.interval.ms=5000 sensitive=false synonyms={DEFAULT_CONFIG:group.consumer.min.heartbeat.interval.ms=5000} group.consumer.min.session.timeout.ms=45000 sensitive=false synonyms={DEFAULT_CONFIG:group.consumer.min.session.timeout.ms=45000} group.consumer.session.timeout.ms=45000 sensitive=false synonyms={DEFAULT_CONFIG:group.consumer.session.timeout.ms=45000} group.coordinator.rebalance.protocols=classic sensitive=false synonyms={DEFAULT_CONFIG:group.coordinator.rebalance.protocols=classic} group.coordinator.threads=1 sensitive=false synonyms={DEFAULT_CONFIG:group.coordinator.threads=1} group.initial.rebalance.delay.ms=0 sensitive=false synonyms={STATIC_BROKER_CONFIG:group.initial.rebalance.delay.ms=0, DEFAULT_CONFIG:group.initial.rebalance.delay.ms=3000} group.max.session.timeout.ms=1800000 sensitive=false synonyms={DEFAULT_CONFIG:group.max.session.timeout.ms=1800000} group.max.size=2147483647 sensitive=false synonyms={DEFAULT_CONFIG:group.max.size=2147483647} group.min.session.timeout.ms=6000 sensitive=false synonyms={DEFAULT_CONFIG:group.min.session.timeout.ms=6000} initial.broker.registration.timeout.ms=60000 sensitive=false synonyms={DEFAULT_CONFIG:initial.broker.registration.timeout.ms=60000} inter.broker.listener.name=null sensitive=false synonyms={} inter.broker.protocol.version=3.7-IV4 sensitive=false synonyms={DEFAULT_CONFIG:inter.broker.protocol.version=3.7-IV4} kafka.metrics.polling.interval.secs=10 sensitive=false synonyms={DEFAULT_CONFIG:kafka.metrics.polling.interval.secs=10} kafka.metrics.reporters= sensitive=false synonyms={DEFAULT_CONFIG:kafka.metrics.reporters=} leader.imbalance.check.interval.seconds=300 sensitive=false synonyms={DEFAULT_CONFIG:leader.imbalance.check.interval.seconds=300} leader.imbalance.per.broker.percentage=10 sensitive=false synonyms={DEFAULT_CONFIG:leader.imbalance.per.broker.percentage=10} listener.security.protocol.map=PLAINTEXT:PLAINTEXT,SSL:SSL,SASL_PLAINTEXT:SASL_PLAINTEXT,SASL_SSL:SASL_SSL sensitive=false synonyms={DEFAULT_CONFIG:listener.security.protocol.map=PLAINTEXT:PLAINTEXT,SSL:SSL,SASL_PLAINTEXT:SASL_PLAINTEXT,SASL_SSL:SASL_SSL} listeners=PLAINTEXT://192.168.56.101:9092 sensitive=false synonyms={STATIC_BROKER_CONFIG:listeners=PLAINTEXT://192.168.56.101:9092, DEFAULT_CONFIG:listeners=PLAINTEXT://:9092} log.cleaner.backoff.ms=15000 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.backoff.ms=15000} log.cleaner.dedupe..buffer.size=134217728 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.dedupe.buffer.size=134217728} log.cleaner.delete.retention.ms=86400000 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.delete.retention.ms=86400000} log.cleaner.enable=true sensitive=false synonyms={DEFAULT_CONFIG:log..cleaner.enable=true} log.cleaner.io.buffer.load.factor=0.9 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.io.buffer.load.factor=0.9} log.cleaner.io.buffer.size=524288 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.io.buffer.size=524288} log.cleaner.io.max.bytes.per.second=1.7976931348623157E308 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.io.max.bytes.per.second=1.7976931348623157E308} log.cleaner.max.compaction.lag.ms=9223372036854775807 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.max.compaction.lag.ms=9223372036854775807} log.cleaner.min.cleanable.ratio=0.5 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.min.cleanable.ratio=0.5} log.cleaner.min.compaction.lag.ms=0 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.min.compaction.lag.ms=0} log.cleaner.threads=1 sensitive=false synonyms={DEFAULT_CONFIG:log.cleaner.threads=1} log.cleanup.policy=delete sensitive=false synonyms={DEFAULT_CONFIG:log.cleanup.policy=delete} log.dir=/tmp/kafka-logs sensitive=false synonyms={DEFAULT_CONFIG:log.dir=/tmp/kafka-logs} log.dirs=/kaf_data/kaf1 sensitive=false synonyms={STATIC_BROKER_CONFIG:log.dirs=/kaf_data/kaf1} log.flush.interval.messages=9223372036854775807 sensitive=false synonyms={DEFAULT_CONFIG:log.flush.interval.messages=9223372036854775807} log.flush.interval.ms=null sensitive=false synonyms={} log.flush.offset.checkpoint.interval.ms=60000 sensitive=false synonyms={DEFAULT_CONFIG:log.flush.offset.checkpoint.interval.ms=60000} log.flush.scheduler.interval.ms=9223372036854775807 sensitive=false synonyms={DEFAULT_CONFIG:log.flush.scheduler.interval.ms=9223372036854775807} log.flush.start.offset.checkpoint.interval.ms=60000 sensitive=false synonyms={DEFAULT_CONFIG:log.flush.start.offset.checkpoint.interval.ms=60000} log.index.interval.bytes=4096 sensitive=false synonyms={DEFAULT_CONFIG:log.index.interval.bytes=4096} log.index.size.max.bytes=10485760 sensitive=false synonyms={DEFAULT_CONFIG:log.index.size.max.bytes=10485760} log.local.retention.bytes=-2 sensitive=false synonyms={DEFAULT_CONFIG:log.local.retention.bytes=-2} log.local.retention.ms=-2 sensitive=false synonyms={DEFAULT_CONFIG:log.local.retention.ms=-2} log.message.downconversion.enable=true sensitive=false synonyms={DEFAULT_CONFIG:log.message.downconversion.enable=true} log.message.format.version=3.0-IV1 sensitive=false synonyms={DEFAULT_CONFIG:log.message.format.version=3.0-IV1} log.message.timestamp.after.max.ms=9223372036854775807 sensitive=false synonyms={DEFAULT_CONFIG:log.message.timestamp.after.max.ms=9223372036854775807} log.message.timestamp.before.max.ms=9223372036854775807 sensitive=false synonyms={DEFAULT_CONFIG:log.message.timestamp.before.max.ms=9223372036854775807} log.message.timestamp.difference.max.ms=9223372036854775807 sensitive=false synonyms={DEFAULT_CONFIG:log.message.timestamp.difference.max.ms=9223372036854775807} log.message.timestamp.type=CreateTime sensitive=false synonyms={DEFAULT_CONFIG:log.message.timestamp.type=CreateTime} log.preallocate=false sensitive=false synonyms={DEFAULT_CONFIG:log.preallocate=false} log.retention.bytes=-1 sensitive=false synonyms={DEFAULT_CONFIG:log.retention.bytes=-1} log.retention.check.interval.ms=300000 sensitive=false synonyms={STATIC_BROKER_CONFIG:log.retention.check.interval.ms=300000, DEFAULT_CONFIG:log.retention.check.interval.ms=300000} log.retention.hours=168 sensitive=false synonyms={STATIC_BROKER_CONFIG:log.retention.hours=168, DEFAULT_CONFIG:log.retention.hours=168} log.retention.minutes=null sensitive=false synonyms={} log.retention.ms=null sensitive=false synonyms={} log.roll.hours=168 sensitive=false synonyms={DEFAULT_CONFIG:log.roll.hours=168} log.roll.jitter.hours=0 sensitive=false synonyms={DEFAULT_CONFIG:log.roll.jitter.hours=0} log.roll.jitter.ms=null sensitive=false synonyms={} log.roll.ms=null sensitive=false synonyms={} log.segment.bytes=1073741824 sensitive=false synonyms={DEFAULT_CONFIG:log.segment.bytes=1073741824} log.segment.delete.delay.ms=60000 sensitive=false synonyms={DEFAULT_CONFIG:log.segment.delete.delay.ms=60000} max.connection.creation.rate=2147483647 sensitive=false synonyms={DEFAULT_CONFIG:max.connection.creation.rate=2147483647} max.connections=2147483647 sensitive=false synonyms={DEFAULT_CONFIG:max.connections=2147483647} max.connections.per.ip=2147483647 sensitive=false synonyms={DEFAULT_CONFIG:max.connections.per.ip=2147483647} max.connections.per.ip.overrides= sensitive=false synonyms={DEFAULT_CONFIG:max.connections.per.ip.overrides=} max.incremental.fetch.session.cache.slots=1000 sensitive=false synonyms={DEFAULT_CONFIG:max.incremental.fetch.session.cache.slots=1000} message.max.bytes=1048588 sensitive=false synonyms={DEFAULT_CONFIG:message.max.bytes=1048588} metadata.log.dir=null sensitive=false synonyms={} metadata.log.max.record.bytes.between.snapshots=20971520 sensitive=false synonyms={DEFAULT_CONFIG:metadata.log.max.record.bytes.between.snapshots=20971520} metadata.log.max.snapshot.interval.ms=3600000 sensitive=false synonyms={DEFAULT_CONFIG:metadata.log.max.snapshot.interval.ms=3600000} metadata.log.segment.bytes=1073741824 sensitive=false synonyms={DEFAULT_CONFIG:metadata.log.segment.bytes=1073741824} metadata.log..segment.ms=604800000 sensitive=false synonyms={DEFAULT_CONFIG:metadata.log.segment.ms=604800000} metadata.max.idle.interval.ms=500 sensitive=false synonyms={DEFAULT_CONFIG:metadata.max.idle.interval.ms=500} metadata.max.retention.bytes=104857600 sensitive=false synonyms={DEFAULT_CONFIG:metadata.max.retention.bytes=104857600} metadata.max.retention.ms=604800000 sensitive=false synonyms={DEFAULT_CONFIG:metadata.max.retention.ms=604800000} metric.reporters= sensitive=false synonyms={DEFAULT_CONFIG:metric.reporters=} metrics.num.samples=2 sensitive=false synonyms={DEFAULT_CONFIG:metrics.num.samples=2} metrics.recording.level=INFO sensitive=false synonyms={DEFAULT_CONFIG:metrics.recording.level=INFO} metrics.sample.window.ms=30000 sensitive=false synonyms={DEFAULT_CONFIG:metrics.sample.window.ms=30000} min.insync.replicas=1 sensitive=false synonyms={DEFAULT_CONFIG:min.insync.replicas=1} node.id=0 sensitive=false synonyms={STATIC_BROKER_CONFIG:node.id=0, DEFAULT_CONFIG:node.id=-1} num.io.threads=8 sensitive=false synonyms={STATIC_BROKER_CONFIG:num.io.threads=8, DEFAULT_CONFIG:num.io.threads=8} num.network.threads=3 sensitive=false synonyms={STATIC_BROKER_CONFIG:num.network.threads=3, DEFAULT_CONFIG:num.network.threads=3} num.partitions=1 sensitive=false synonyms={STATIC_BROKER_CONFIG:num.partitions=1, DEFAULT_CONFIG:num.partitions=1} num.recovery.threads.per.data.dir=1 sensitive=false synonyms={STATIC_BROKER_CONFIG:num.recovery.threads.per.data.dir=1, DEFAULT_CONFIG:num.recovery.threads.per.data.dir=1} num.replica.alter..log.dirs.threads=null sensitive=false synonyms={} num.replica.fetchers=1 sensitive=false synonyms={DEFAULT_CONFIG:num.replica.fetchers=1} offset.metadata.max.bytes=4096 sensitive=false synonyms={DEFAULT_CONFIG:offset.metadata.max.bytes=4096} offsets.commit.required.acks=-1 sensitive=false synonyms={DEFAULT_CONFIG:offsets.commit.required.acks=-1} offsets.commit.timeout.ms=5000 sensitive=false synonyms={DEFAULT_CONFIG:offsets.commit.timeout.ms=5000} offsets.load.buffer.size=5242880 sensitive=false synonyms={DEFAULT_CONFIG:offsets.load.buffer.size=5242880} offsets.retention.check.interval.ms=600000 sensitive=false synonyms={DEFAULT_CONFIG:offsets.retention.check.interval.ms=600000} offsets.retention.minutes=10080 sensitive=false synonyms={DEFAULT_CONFIG:offsets.retention..minutes=10080} offsets.topic.compression.codec=0 sensitive=false synonyms={DEFAULT_CONFIG:offsets.topic.compression.codec=0} offsets.topic.num.partitions=50 sensitive=false synonyms={DEFAULT_CONFIG:offsets.topic.num.partitions=50} offsets.topic.replication.factor=3 sensitive=false synonyms={STATIC_BROKER_CONFIG:offsets.topic.replication.factor=3, DEFAULT_CONFIG:offsets.topic.replication.factor=3} offsets.topic.segment.bytes=104857600 sensitive=false synonyms={DEFAULT_CONFIG:offsets.topic.segment.bytes=104857600} password.encoder.cipher.algorithm=AES/CBC/PKCS5Padding sensitive=false synonyms={DEFAULT_CONFIG:password.encoder.cipher.algorithm=AES/CBC/PKCS5Padding} password.encoder.iterations=4096 sensitive=false synonyms={DEFAULT_CONFIG:password.encoder.iterations=4096} password.encoder.key.length=128 sensitive=false synonyms={DEFAULT_CONFIG:password.encoder.key.length=128} password.encoder.keyfactory.algorithm=null sensitive=false synonyms={} password.encoder.old.secret=null sensitive=true synonyms={} password.encoder.secret=null sensitive=true synonyms={} principal..builder.class=org.apache.kafka.common.security.authenticator.DefaultKafkaPrincipalBuilder sensitive=false synonyms={DEFAULT_CONFIG:principal.builder.class=org.apache.kafka.common.security.authenticator.DefaultKafkaPrincipalBuilder} process.roles= sensitive=false synonyms={DEFAULT_CONFIG:process.roles=} producer.id.expiration.ms=86400000 sensitive=false synonyms={DEFAULT_CONFIG:producer..id.expiration.ms=86400000} producer.purgatory.purge.interval.requests=1000 sensitive=false synonyms={DEFAULT_CONFIG:producer.purgatory.purge.interval.requests=1000} queued.max.request.bytes=-1 sensitive=false synonyms={DEFAULT_CONFIG:queued.max.request.bytes=-1} queued.max.requests=500 sensitive=false synonyms={DEFAULT_CONFIG:queued.max.requests=500} quota.window.num=11 sensitive=false synonyms={DEFAULT_CONFIG:quota.window.num=11} quota.window.size.seconds=1 sensitive=false synonyms={DEFAULT_CONFIG:quota.window.size.seconds=1} remote.log.index.file.cache.total.size.bytes=1073741824 sensitive=false synonyms={DEFAULT_CONFIG:remote..log.index.file.cache.total.size.bytes=1073741824} remote.log.manager.task.interval..ms=30000 sensitive=false synonyms={DEFAULT_CONFIG:remote.log.manager.task.interval.ms=30000} remote.log.manager.thread.pool.size=10 sensitive=false synonyms={DEFAULT_CONFIG:remote.log.manager.thread.pool.size=10} remote.log.metadata.custom.metadata.max.bytes=128 sensitive=false synonyms={DEFAULT_CONFIG:remote.log.metadata.custom.metadata.max..bytes=128} remote.log.metadata.manager.class.name=org.apache.kafka.server..log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager sensitive=false synonyms={DEFAULT_CONFIG:remote.log.metadata.manager.class.name=org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager} remote.log.metadata.manager.class.path=null sensitive=false synonyms={} remote.log.metadata.manager.impl.prefix=rlmm.config. sensitive=false synonyms={DEFAULT_CONFIG:remote.log.metadata.manager.impl.prefix=rlmm.config.} remote.log.metadata.manager.listener.name=null sensitive=false synonyms={} remote.log.reader.max.pending.tasks=100 sensitive=false synonyms={DEFAULT_CONFIG:remote.log.reader.max.pending.tasks=100} remote.log.reader.threads=10 sensitive=false synonyms={DEFAULT_CONFIG:remote.log.reader.threads=10} remote.log.storage.manager.class.name=null sensitive=false synonyms={} remote.log.storage.manager.class.path=null sensitive=false synonyms={} remote.log.storage.manager.impl.prefix=rsm.config. sensitive=false synonyms={DEFAULT_CONFIG:remote.log.storage.manager.impl.prefix=rsm.config.} remote.log.storage.system.enable=false sensitive=false synonyms={DEFAULT_CONFIG:remote.log.storage.system.enable=false} replica.fetch.backoff.ms=1000 sensitive=false synonyms={DEFAULT_CONFIG:replica.fetch.backoff.ms=1000} replica.fetch.max.bytes=1048576 sensitive=false synonyms={DEFAULT_CONFIG:replica.fetch.max.bytes=1048576} replica.fetch.min.bytes=1 sensitive=false synonyms={DEFAULT_CONFIG:replica.fetch.min..bytes=1} replica.fetch.response.max.bytes=10485760 sensitive=false synonyms={DEFAULT_CONFIG:replica.fetch.response.max.bytes=10485760} replica.fetch.wait.max.ms=500 sensitive=false synonyms={DEFAULT_CONFIG:replica.fetch.wait.max.ms=500} replica.high.watermark.checkpoint.interval.ms=5000 sensitive=false synonyms={DEFAULT_CONFIG:replica.high.watermark.checkpoint.interval.ms=5000} replica.lag.time.max.ms=30000 sensitive=false synonyms={DEFAULT_CONFIG:replica.lag.time.max.ms=30000} replica.selector.class=null sensitive=false synonyms={} replica.socket.receive.buffer.bytes=65536 sensitive=false synonyms={DEFAULT_CONFIG:replica.socket.receive.buffer.bytes=65536} replica.socket.timeout.ms=30000 sensitive=false synonyms={DEFAULT_CONFIG:replica.socket.timeout.ms=30000} replication.quota.window.num=11 sensitive=false synonyms={DEFAULT_CONFIG:replication.quota.window.num=11} replication.quota.window.size.seconds=1 sensitive=false synonyms={DEFAULT_CONFIG:replication.quota.window.size.seconds=1} request.timeout.ms=30000 sensitive=false synonyms={DEFAULT_CONFIG:request.timeout.ms=30000} reserved.broker.max.id=1000 sensitive=false synonyms={DEFAULT_CONFIG:reserved.broker.max.id=1000} sasl.client.callback.handler.class=null sensitive=false synonyms={} sasl.enabled.mechanisms=GSSAPI sensitive=false synonyms={DEFAULT_CONFIG:sasl.enabled.mechanisms=GSSAPI} sasl.jaas.config=null sensitive=true synonyms={} sasl.kerberos.kinit.cmd=/usr/bin/kinit sensitive=false synonyms={DEFAULT_CONFIG:sasl.kerberos.kinit.cmd=/usr/bin/kinit} sasl.kerberos.min.time.before.relogin=60000 sensitive=false synonyms={DEFAULT_CONFIG:sasl.kerberos.min.time.before.relogin=60000} sasl.kerberos.principal.to.local.rules=DEFAULT sensitive=false synonyms={DEFAULT_CONFIG:sasl.kerberos.principal.to.local.rules=DEFAULT} sasl.kerberos.service.name=null sensitive=false synonyms={} sasl.kerberos.ticket.renew.jitter=0.05 sensitive=false synonyms={DEFAULT_CONFIG:sasl.kerberos.ticket.renew.jitter=0.05} sasl.kerberos.ticket.renew.window.factor=0.8 sensitive=false synonyms={DEFAULT_CONFIG:sasl.kerberos.ticket.renew.window.factor=0.8} sasl.login.callback..handler.class=null sensitive=false synonyms={} sasl.login.class=null sensitive=false synonyms={} sasl.login.connect.timeout.ms=null sensitive=false synonyms={} sasl.login.read.timeout.ms=null sensitive=false synonyms={} sasl.login.refresh.buffer.seconds=300 sensitive=false synonyms={DEFAULT_CONFIG:sasl.login.refresh.buffer.seconds=300} sasl.login.refresh.min.period.seconds=60 sensitive=false synonyms={DEFAULT_CONFIG:sasl.login.refresh.min.period.seconds=60} sasl.login.refresh.window.factor=0.8 sensitive=false synonyms={DEFAULT_CONFIG:sasl.login.refresh.window.factor=0.8} sasl.login.refresh.window..jitter=0.05 sensitive=false synonyms={DEFAULT_CONFIG:sasl.login.refresh.window.jitter=0.05} sasl.login.retry.backoff.max.ms=10000 sensitive=false synonyms={DEFAULT_CONFIG:sasl.login.retry.backoff.max.ms=10000} sasl.login.retry.backoff.ms=100 sensitive=false synonyms={DEFAULT_CONFIG:sasl.login.retry.backoff.ms=100} sasl.mechanism.controller.protocol=GSSAPI sensitive=false synonyms={DEFAULT_CONFIG:sasl.mechanism.controller.protocol=GSSAPI} sasl.mechanism.inter.broker.protocol=GSSAPI sensitive=false synonyms={DEFAULT_CONFIG:sasl.mechanism.inter.broker.protocol=GSSAPI} sasl.oauthbearer.clock.skew.seconds=30 sensitive=false synonyms={DEFAULT_CONFIG:sasl.oauthbearer.clock.skew.seconds=30} sasl.oauthbearer.expected.audience=null sensitive=false synonyms={} sasl.oauthbearer.expected.issuer=null sensitive=false synonyms={} sasl.oauthbearer.jwks.endpoint.refresh.ms=3600000 sensitive=false synonyms={DEFAULT_CONFIG:sasl.oauthbearer.jwks..endpoint.refresh.ms=3600000} sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms=10000 sensitive=false synonyms={DEFAULT_CONFIG:sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms=10000} sasl.oauthbearer.jwks.endpoint.retry.backoff.ms=100 sensitive=false synonyms={DEFAULT_CONFIG:sasl.oauthbearer.jwks.endpoint.retry.backoff.ms=100} sasl.oauthbearer.jwks.endpoint.url=null sensitive=false synonyms={} sasl.oauthbearer.scope.claim.name=scope sensitive=false synonyms={DEFAULT_CONFIG:sasl.oauthbearer.scope.claim.name=scope} sasl.oauthbearer.sub.claim.name=sub sensitive=false synonyms={DEFAULT_CONFIG:sasl.oauthbearer.sub.claim.name=sub} sasl.oauthbearer.token.endpoint.url=null sensitive=false synonyms={} sasl.server.callback.handler.class=null sensitive=false synonyms={} sasl.server.max.receive.size=524288 sensitive=false synonyms={DEFAULT_CONFIG:sasl.server.max.receive.size=524288} security.inter.broker.protocol=PLAINTEXT sensitive=false synonyms={DEFAULT_CONFIG:security.inter.broker.protocol=PLAINTEXT} security.providers=null sensitive=false synonyms={} socket.connection.setup.timeout.max.ms=30000 sensitive=false synonyms={DEFAULT_CONFIG:socket.connection.setup.timeout.max.ms=30000} socket.connection.setup.timeout.ms=10000 sensitive=false synonyms={DEFAULT_CONFIG:socket.connection.setup.timeout.ms=10000} socket.listen.backlog.size=50 sensitive=false synonyms={DEFAULT_CONFIG:socket.listen.backlog.size=50} socket.receive.buffer.bytes=102400 sensitive=false synonyms={STATIC_BROKER_CONFIG:socket.receive.buffer.bytes=102400, DEFAULT_CONFIG:socket.receive.buffer.bytes=102400} socket.request.max.bytes=104857600 sensitive=false synonyms={STATIC_BROKER_CONFIG:socket.request.max.bytes=104857600, DEFAULT_CONFIG:socket.request.max.bytes=104857600} socket.send.buffer.bytes=102400 sensitive=false synonyms={STATIC_BROKER_CONFIG:socket.send.buffer.bytes=102400, DEFAULT_CONFIG:socket.send.buffer.bytes=102400} ssl.allow.dn.changes=false sensitive=false synonyms={DEFAULT_CONFIG:ssl.allow.dn.changes=false} ssl.allow.san.changes=false sensitive=false synonyms={DEFAULT_CONFIG:ssl.allow.san.changes=false} ssl.cipher.suites= sensitive=false synonyms={DEFAULT_CONFIG:ssl.cipher.suites=} ssl.client.auth=none sensitive=false synonyms={DEFAULT_CONFIG:ssl.client.auth=none} ssl.enabled.protocols=TLSv1.2,TLSv1.3 sensitive=false synonyms={DEFAULT_CONFIG:ssl.enabled.protocols=TLSv1.2,TLSv1.3} ssl.endpoint.identification.algorithm=https sensitive=false synonyms={DEFAULT_CONFIG:ssl.endpoint.identification.algorithm=https} ssl.engine.factory.class=null sensitive=false synonyms={} ssl.key.password=null sensitive=true synonyms={} ssl.keymanager.algorithm=SunX509 sensitive=false synonyms={DEFAULT_CONFIG:ssl.keymanager.algorithm=SunX509} ssl.keystore.certificate.chain=null sensitive=true synonyms={} ssl..keystore.key=null sensitive=true synonyms={} ssl.keystore.location=null sensitive=false synonyms={} ssl.keystore.password=null sensitive=true synonyms={} ssl.keystore.type=JKS sensitive=false synonyms={DEFAULT_CONFIG:ssl.keystore.type=JKS} ssl.principal.mapping.rules=DEFAULT sensitive=false synonyms={DEFAULT_CONFIG:ssl.principal.mapping.rules=DEFAULT} ssl.protocol=TLSv1.3 sensitive=false synonyms={DEFAULT_CONFIG:ssl.protocol=TLSv1.3} ssl.provider=null sensitive=false synonyms={} ssl.secure.random.implementation=null sensitive=false synonyms={} ssl.trustmanager.algorithm=PKIX sensitive=false synonyms={DEFAULT_CONFIG:ssl.trustmanager.algorithm=PKIX} ssl.truststore.certificates=null sensitive=true synonyms={} ssl.truststore..location=null sensitive=false synonyms={} ssl.truststore.password=null sensitive=true synonyms={} ssl.truststore.type=JKS sensitive=false synonyms={DEFAULT_CONFIG:ssl.truststore.type=JKS} telemetry.max.bytes=1048576 sensitive=false synonyms={DEFAULT_CONFIG:telemetry.max.bytes=1048576} transaction.abort.timed.out.transaction.cleanup.interval.ms=10000 sensitive=false synonyms={DEFAULT_CONFIG:transaction.abort.timed.out.transaction.cleanup.interval.ms=10000} transaction.max.timeout.ms=900000 sensitive=false synonyms={DEFAULT_CONFIG:transaction.max.timeout.ms=900000} transaction.partition.verification..enable=true sensitive=false synonyms={DEFAULT_CONFIG:transaction.partition.verification.enable=true} transaction.remove.expired.transaction.cleanup.interval.ms=3600000 sensitive=false synonyms={DEFAULT_CONFIG:transaction.remove.expired.transaction.cleanup.interval.ms=3600000} transaction.state.log.load.buffer.size=5242880 sensitive=false synonyms={DEFAULT_CONFIG:transaction.state.log.load.buffer.size=5242880} transaction.state.log.min.isr=2 sensitive=false synonyms={STATIC_BROKER_CONFIG:transaction.state.log.min.isr=2, DEFAULT_CONFIG:transaction.state.log.min.isr=2} transaction.state.log.num.partitions=50 sensitive=false synonyms={DEFAULT_CONFIG:transaction.state.log.num.partitions=50} transaction.state.log.replication.factor=3 sensitive=false synonyms={STATIC_BROKER_CONFIG:transaction.state.log.replication.factor=3, DEFAULT_CONFIG:transaction.state.log.replication.factor=3} transaction.state.log.segment.bytes=104857600 sensitive=false synonyms={DEFAULT_CONFIG:transaction.state..log.segment.bytes=104857600} transactional.id.expiration.ms=604800000 sensitive=false synonyms={DEFAULT_CONFIG:transactional.id.expiration.ms=604800000} unclean.leader.election.enable=false sensitive=false synonyms={DEFAULT_CONFIG:unclean.leader.election.enable=false} zookeeper.clientCnxnSocket=null sensitive=false synonyms={} zookeeper.connect=localhost:2181,localhost:2182,localhost:2183 sensitive=false synonyms={STATIC_BROKER_CONFIG:zookeeper.connect=localhost:2181,localhost:2182,localhost:2183} zookeeper.connection.timeout.ms=18000 sensitive=false synonyms={STATIC_BROKER_CONFIG:zookeeper.connection.timeout.ms=18000} zookeeper.max.in.flight.requests=10 sensitive=false synonyms={DEFAULT_CONFIG:zookeeper.max.in.flight.requests=10} zookeeper.metadata.migration.enable=false sensitive=false synonyms={DEFAULT_CONFIG:zookeeper.metadata.migration.enable=false} zookeeper.session.timeout.ms=18000 sensitive=false synonyms={DEFAULT_CONFIG:zookeeper.session.timeout.ms=18000} zookeeper.set.acl=false sensitive=false synonyms={DEFAULT_CONFIG:zookeeper.set.acl=false} zookeeper..ssl.cipher.suites=null sensitive=false synonyms={} zookeeper.ssl.client.enable=false sensitive=false synonyms={DEFAULT_CONFIG:zookeeper.ssl.client.enable=false} zookeeper.ssl.crl.enable=false sensitive=false synonyms={DEFAULT_CONFIG:zookeeper.ssl.crl.enable=false} zookeeper.ssl.enabled.protocols=null sensitive=false synonyms={} zookeeper.ssl.endpoint.identification.algorithm=HTTPS sensitive=false synonyms={DEFAULT_CONFIG:zookeeper.ssl.endpoint.identification.algorithm=HTTPS} zookeeper.ssl.keystore.location=null sensitive=false synonyms={} zookeeper.ssl.keystore.password=null sensitive=true synonyms={} zookeeper.ssl.keystore.type=null sensitive=false synonyms={} zookeeper.ssl.ocsp.enable=false sensitive=false synonyms={DEFAULT_CONFIG:zookeeper.ssl.ocsp.enable=false} zookeeper.ssl.protocol=TLSv1.2 sensitive=false synonyms={DEFAULT_CONFIG:zookeeper.ssl.protocol=TLSv1.2} zookeeper.ssl.truststore.location=null sensitive=false synonyms={} zookeeper.ssl.truststore.password=null sensitive=true synonyms={} zookeeper.ssl.truststore.type=null sensitive=false synonyms={} |