#bookeeper.conf配置
zkTimeout=30000
zkServers=localhost:2181/pulsar
zkLedgersRootPath=/ledgers
zkEnableSecurity=false
writeBufferSizeBytes=65536
useHostNameAsBookieID=false
statsProviderClass=org.apache.bookkeeper.stats.prometheus.PrometheusMetricsProvider
serverTcpNoDelay=truerereplicationEntryBatchSize=100
readOnlyModeEnabled=true
readBufferSizeBytes=4096
prometheusStatsHttpPort=8100
pageLimit=0
openLedgerRereplicationGracePeriod=30000
openFileLimit=0
numReadWorkerThreads=8
numJournalCallbackThreads=64
numHighPriorityWorkerThreads=8
numAddWorkerThreads=0
nettyMaxFrameSizeBytes=5253120
minorCompactionThreshold=0.2
minorCompactionInterval=3600
minUsableSizeForIndexFileCreation=1073741824
maxPendingReadRequestsPerThread=2500
maxPendingAddRequestsPerThread=10000
majorCompactionThreshold=0.5
majorCompactionInterval=86400
lostBookieRecoveryDelay=0
logSizeLimit=1073741824
ledgerStorageClass=org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage
ledgerDirectories=/data1/bookkeeper/ledger1
journalWriteBufferSizeKB=64
journalSyncData=false
journalRemoveFromPageCache=trueournalPreAllocSizeMB=16
journalMaxSizeMB=2048
journalMaxGroupWaitMSec=1
journalMaxBackups=5
journalFormatVersionToWrite=5
journalFlushWhenQueueEmpty=false
journalDirectories=/data1/bookkeeper/journal
journalBufferedWritesThreshold=524288
journalAlignmentSize=4096
journalAdaptiveGroupWrites=true
isThrottleByBytes=true
httpServerPort=8070
httpServerEnabled=True
httpServerClass=org.apache.bookkeeper.http.vertx.VertxHttpServer
gcWaitTime=900000
gcOverreplicatedLedgerWaitTime=86400000
flushInterval=60000
flushEntrylogBytes=1048576
fileInfoFormatVersionToWrite=0
entryLogFilePreallocationEnabled=true
enableBusyWait=false
diskUsageThreshold=0.95
diskCheckInterval=10000
dbStorage_writeCacheMaxSizeMb=
dbStorage_rocksDB_writeBufferSizeMB=64
dbStorage_rocksDB_sstSizeInMB=64
dbStorage_rocksDB_numLevels=-1
dbStorage_rocksDB_numFilesInLevel0=4
dbStorage_rocksDB_maxSizeInLevel1MB=256
dbStorage_rocksDB_bloomFilterBitsPerKey=10
dbStorage_rocksDB_blockSize=65536
dbStorage_rocksDB_blockCacheSize=
dbStorage_readAheadCacheMaxSizeMb=
dbStorage_readAheadCacheBatchSize=1000
compactionRateByEntries=1000
compactionRateByBytes=1000000
compactionRate=1000
compactionMaxOutstandingRequests=100000
bookiePort=3181
bookieDeathWatchInterval=1000
autoRecoveryDaemonEnabled=true
auditorPeriodicCheckInterval=604800
auditorPeriodicBookieCheckInterval=86400
allowLoopback=false
advertisedAddress=localhost
allowMultipleDirsUnderSameDiskPartition=true
journalPageCacheFlushIntervalMSec=1
journalWriteData=false##########################################
##broker.conf配置
##########################################
zookeeperSessionExpiredPolicy=shutdown
zookeeperServers=localhost:2181/pulsar
zooKeeperSessionTimeoutMillis=20000
zooKeeperOperationTimeoutSeconds=30
zooKeeperCacheExpirySeconds=300
webSocketSessionIdleTimeoutMillis=300000
webSocketServiceEnabled=false
webSocketNumIoThreads=8
webSocketMaxTextFrameSize=1048576
webSocketConnectionsPerBroker=8
webServicePortTls=
webServicePort=8080
unblockStuckSubscriptionEnabled=false
ttlDurationDefaultInSeconds=0
transactionMetadataStoreProviderClassName=org.apache.pulsar.transaction.coordinator.impl.MLTransactionMetadataStoreProvider
transactionCoordinatorEnabled=false
transactionBufferSnapshotMinTimeInMillis=5000
transactionBufferSnapshotMaxTransactionCount=1000
topicPublisherThrottlingTickTimeMillis=10
topicLevelPoliciesEnabled=true
topicFencingTimeoutSeconds=0
tokenSecretKey=/opt/bigdata/app/pulsar/data/admin-secret.key
tokenPublicKey=
tokenAuthClaim=
tokenAudienceClaim=
tokenAudience=
tlsTrustStoreType=JKS
tlsTrustStorePassword=
tlsTrustStore=
tlsTrustCertsFilePath=
tlsRequireTrustedClientCertOnConnect=false
tlsProvider=
tlsProtocols=
tlsKeyStoreType=JKS
tlsKeyStorePassword=tlsKeyStore=
tlsKeyFilePath=
tlsEnabledWithKeyStore=false
tlsEnabled=false
tlsCiphers=
tlsCertificateFilePath=
tlsCertRefreshCheckDurationSec=300
tlsAllowInsecureConnection=false
systemTopicEnabled=true
supportedNamespaceBundleSplitAlgorithms=range_equally_divide,topic_count_equally_divide
superUserRoles=pulsaradmin
subscriptionTypesEnabled=Exclusive,Shared,Failover,Key_Shared
subscriptionRedeliveryTrackerEnabled=true
subscriptionKeySharedUseConsistentHashing=false
subscriptionKeySharedEnable=true
subscriptionKeySharedConsistentHashingReplicaPoints=100
subscriptionExpiryCheckIntervalInMinutes=5
subscriptionExpirationTimeMinutes=0
subscribeThrottlingRatePerConsumer=0
subscribeRatePeriodPerConsumerInSecond=30
statusFilePath=
statsUpdateInitialDelayInSecs=60
statsUpdateFrequencyInSecs=60
skipBrokerShutdownOnOOM=false
schemaRegistryStorageClassName=org.apache.pulsar.broker.service.schema.BookkeeperSchemaStorageFactory
saslJaasClientAllowedIds=
saslJaasBrokerSectionName=
s3ManagedLedgerOffloadServiceEndpoint=
s3ManagedLedgerOffloadRegion=
s3ManagedLedgerOffloadReadBufferSizeInBytes=1048576
s3ManagedLedgerOffloadMaxBlockSizeInBytes=67108864
s3ManagedLedgerOffloadBucket=
retentionCheckIntervalInSeconds=120
replicatorPrefix=pulsar.repl
replicationTlsEnabled=false
replicationProducerQueueSize=1000
replicationPolicyCheckDurationSeconds=600
replicationMetricsEnabled=true
replicationConnectionsPerBroker=16
replicatedSubscriptionsSnapshotTimeoutSeconds=30
replicatedSubscriptionsSnapshotMaxCachedPerSubscription=10
replicatedSubscriptionsSnapshotFrequencyMillis=1000
proxyRoles=
preferLaterVersions=false
preciseTopicPublishRateLimiterEnable=false
preciseDispatcherFlowControl=true
packagesReplicas=1
packagesManagementStorageProvider=org.apache.pulsar.packages.management.storage.bookkeeper.BookKeeperPackagesStorageProvider
packagesManagementLedgerRootPath=/ledgers
offloadersDirectory=./offloaders
numWorkerThreadsForNonPersistentTopic=8
numOrderedExecutorThreads=8
numIOThreads=
numHttpServerThreads=
numExecutorThreadPoolSize=
numCacheExecutorThreadPoolSize=10
numAcceptorThreads=
metricsServletTimeoutMs=30000
messageExpiryCheckIntervalInMinutes=5
maxUnackedMessagesPerSubscriptionOnBrokerBlocked=0.16
maxUnackedMessagesPerSubscription=200000
maxUnackedMessagesPerConsumer=50000
maxUnackedMessagesPerBroker=0
maxTopicsPerNamespace=0
maxTenants=0
maxSubscriptionsPerTopic=0
maxSameAddressProducersPerTopic=0
maxSameAddressConsumersPerTopic=0
maxPublishRatePerTopicInMessages=0
maxPublishRatePerTopicInBytes=0
maxProducersPerTopic=0
maxPendingPublishRequestsPerConnection=1000
maxNumPartitionsPerPartitionedTopic=0
maxNamespacesPerTenant=0
maxMessageSize=5242880
maxMessagePublishBufferSizeInMB=
maxConsumersPerTopic=0
maxConsumersPerSubscription=0
maxConcurrentTopicLoadRequest=5000
maxConcurrentNonPersistentMessagePerConnection=1000
maxConcurrentLookupRequest=50000
maxConcurrentHttpRequests=1024managedLedgerUnackedRangesOpenCacheSetEnabled=true
managedLedgerTraceTaskExecution=true
managedLedgerReadEntryTimeoutSeconds=0
managedLedgerPrometheusStatsLatencyRolloverSeconds=60
managedLedgerOffloadPrefetchRounds=1
managedLedgerOffloadMaxThreads=2
managedLedgerOffloadDriver=
managedLedgerOffloadDeletionLagMs=14400000
managedLedgerOffloadAutoTriggerSizeThresholdBytes=-1
managedLedgerNumWorkerThreads=8
managedLedgerNumSchedulerThreads=8
managedLedgerNewEntriesCheckDelayInMillis=10
managedLedgerMinLedgerRolloverTimeMinutes=10
managedLedgerMetadataOperationsTimeoutSeconds=60
managedLedgerMaxUnackedRangesToPersistInZooKeeper=1000
managedLedgerMaxUnackedRangesToPersist=10000
managedLedgerMaxSizePerLedgerMbytes=2048
managedLedgerMaxLedgerRolloverTimeMinutes=240
managedLedgerMaxEntriesPerLedger=50000
managedLedgerDigestType=CRC32C
managedLedgerDefaultWriteQuorum=3
managedLedgerDefaultMarkDeleteRateLimit=1.0
managedLedgerDefaultEnsembleSize=3
managedLedgerDefaultAckQuorum=2
managedLedgerCursorRolloverTimeInSeconds=600
managedLedgerCursorPositionFlushSeconds = 60
managedLedgerCursorMaxEntriesPerLedger=1000
managedLedgerCursorBackloggedThreshold=1000
managedLedgerCacheSizeMB=
managedLedgerCacheEvictionWatermark=0.9
managedLedgerCacheEvictionTimeThresholdMillis=1000
managedLedgerCacheEvictionFrequency=100.0
managedLedgerCacheCopyEntries=false
managedLedgerAddEntryTimeoutSeconds=0
loadManagerClassName=org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl
loadBalancerSheddingIntervalMinutes=1
loadBalancerSheddingGracePeriodMinutes=30
loadBalancerSheddingEnabled=true
loadBalancerResourceQuotaUpdateIntervalMinutes=15
loadBalancerReportUpdateThresholdPercentage=10
loadBalancerReportUpdateMaxIntervalMinutes=15
loadBalancerOverrideBrokerNicSpeedGbps=
loadBalancerNamespaceMaximumBundles=128
loadBalancerNamespaceBundleMaxTopics=1000
loadBalancerNamespaceBundleMaxSessions=1000loadBalancerNamespaceBundleMaxMsgRate=30000
loadBalancerNamespaceBundleMaxBandwidthMbytes=100
loadBalancerMemoryResourceWeight=0.0
loadBalancerLoadSheddingStrategy=org.apache.pulsar.broker.loadbalance.impl.ThresholdShedder
loadBalancerHostUsageCheckIntervalMinutes=1
loadBalancerHistoryResourcePercentage=0.9
loadBalancerEnabled=true
loadBalancerDirectMemoryResourceWeight=0.0
loadBalancerCPUResourceWeight=0.0
loadBalancerBundleUnloadMinThroughputThreshold=10
loadBalancerBrokerThresholdShedderPercentage=5
loadBalancerBrokerOverloadedThresholdPercentage=85
loadBalancerBrokerMaxTopics=50000
loadBalancerBandwithOutResourceWeight=1.0
loadBalancerBandwithInResourceWeight=1.0
loadBalancerAutoUnloadSplitBundlesEnabled=false
loadBalancerAutoBundleSplitEnabled=false
lazyCursorRecovery=false
keepAliveIntervalSeconds=30
isSchemaValidationEnforced=false
isRunningStandalone=
httpRequestsMaxPerSecond=100.0
httpRequestsLimitEnabled=false
httpMaxRequestSize=-1
haProxyProtocolEnabled=false
globalZookeeperServers=
gcsManagedLedgerOffloadServiceAccountKeyFile=
gcsManagedLedgerOffloadRegion=
gcsManagedLedgerOffloadReadBufferSizeInBytes=1048576
gcsManagedLedgerOffloadMaxBlockSizeInBytes=67108864
gcsManagedLedgerOffloadBucket=
functionsWorkerEnabled=false
forceDeleteTenantAllowed=false
forceDeleteNamespaceAllowed=true
fileSystemURI=
fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
failureDomainsEnabled=false
exposeTopicLevelMetricsInPrometheus=true
exposePublisherStats=true
exposeProducerLevelMetricsInPrometheus=true
exposePreciseBacklogInPrometheus=false
exposeManagedLedgerMetricsInPrometheus=true
exposeManagedCursorMetricsInPrometheus=true
exposeConsumerLevelMetricsInPrometheus=true
encryptionRequireOnProducer=false
enableRunBookieTogether=false
enableRunBookieAutoRecoveryTogether=false
enableReplicatedSubscriptions=true
enablePersistentTopics=true
enablePackagesManagement=false
enableNonPersistentTopics=true
enableBusyWait=false
dispatcherMinReadBatchSize=1
dispatcherMaxRoundRobinBatchSize=20
dispatcherMaxReadSizeBytes=5242880
dispatcherMaxReadBatchSize=100
dispatchThrottlingRateRelativeToPublishRate=false
dispatchThrottlingRatePerTopicInMsg=0
dispatchThrottlingRatePerTopicInByte=0
dispatchThrottlingRatePerSubscriptionInMsg=0
dispatchThrottlingRatePerSubscriptionInByte=0
dispatchThrottlingRatePerReplicatorInMsg=0
dispatchThrottlingRatePerReplicatorInByte=0
dispatchThrottlingOnNonBacklogConsumerEnabled=true
disableHttpDebugMethods=false
delayedDeliveryTickTimeMillis=1000
delayedDeliveryEnabled=true
defaultRetentionTimeInMinutes=0
defaultRetentionSizeInMB=0
defaultNumberOfNamespaceBundles=4
defaultNumPartitions=1
defaultNamespaceBundleSplitAlgorithm=range_equally_divide
configurationStoreServers=localhost:2181/pulsar
clusterName=zhuyelan
clientLibraryVersionCheckEnabled=false
brokerShutdownTimeoutMs=60000
brokerServicePurgeInactiveFrequencyInSeconds=60
brokerServicePortTls=
brokerServicePort=6650
brokerServiceCompactionThresholdInBytes=0
brokerServiceCompactionPhaseOneLoopTimeInSeconds=30
brokerServiceCompactionMonitorIntervalInSeconds=60
brokerPublisherThrottlingTickTimeMillis=50
brokerPublisherThrottlingMaxMessageRate=0
brokerPublisherThrottlingMaxByteRate=0
brokerDeleteInactiveTopicsMode=delete_when_no_subscriptions
brokerDeleteInactiveTopicsMaxInactiveDurationSeconds=
brokerDeleteInactiveTopicsFrequencySeconds=60
brokerDeleteInactiveTopicsEnabled=false
brokerDeleteInactivePartitionedTopicMetadataEnabled=false
brokerDeduplicationSnapshotIntervalSeconds=120
brokerDeduplicationSnapshotFrequencyInSeconds=10
brokerDeduplicationProducerInactivityTimeoutMinutes=360
brokerDeduplicationMaxNumberOfProducers=10000
brokerDeduplicationEntriesInterval=1000
brokerDeduplicationEnabled=false
brokerClientTrustCertsFilePath=
brokerClientTlsTrustStoreType=JKS
brokerClientTlsTrustStorePassword=
brokerClientTlsTrustStore=
brokerClientTlsProtocols=
brokerClientTlsEnabledWithKeyStore=false
brokerClientTlsEnabled=false
brokerClientTlsCiphers=
brokerClientSslProvider=brokerClientAuthenticationPlugin=org.apache.pulsar.client.impl.auth.AuthenticationToken
brokerClientAuthenticationParameters={"token":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJwdWxzYXJhZG1pbiJ9.dYRw56hr-LGkIuPG5dy-U3BqByZ05vwO_FitPv6PDik"}
bootstrapNamespaces=
bookkeeperUseV2WireProtocol=true
bookkeeperTLSTrustStorePasswordPath=
bookkeeperTLSTrustCertsFilePath=
bookkeeperTLSTrustCertTypes=PEM
bookkeeperTLSProviderFactoryClass=org.apache.bookkeeper.tls.TLSContextFactory
bookkeeperTLSKeyStorePasswordPath=
bookkeeperTLSKeyFileType=PEM
bookkeeperTLSKeyFilePath=
bookkeeperTLSClientAuthentication=false
bookkeeperTLSCertificateFilePath=
bookkeeperNumberOfChannelsPerBookie=16
bookkeeperMetadataServiceUri=
bookkeeperExplicitLacIntervalInMills=0
bookkeeperEnableStickyReads=true
bookkeeperDiskWeightBasedPlacementEnabled=false
bookkeeperClientTimeoutInSeconds=30
bookkeeperClientSpeculativeReadTimeoutInMillis=0
bookkeeperClientSecondaryIsolationGroups=
bookkeeperClientReorderReadSequenceEnabled=false
bookkeeperClientRegionawarePolicyEnabled=false
bookkeeperClientRackawarePolicyEnabled=false
bookkeeperClientQuarantineRatio=1.0
bookkeeperClientNumWorkerThreads=
bookkeeperClientMinNumRacksPerWriteQuorum=2
bookkeeperClientMinAvailableBookiesInIsolationGroups=
bookkeeperClientIsolationGroups=
bookkeeperClientHealthCheckQuarantineTimeInSeconds=1800
bookkeeperClientHealthCheckIntervalSeconds=60
bookkeeperClientHealthCheckErrorThresholdPerInterval=5
bookkeeperClientHealthCheckEnabled=true
bookkeeperClientGetBookieInfoRetryIntervalSeconds=60
bookkeeperClientGetBookieInfoIntervalSeconds=86400
bookkeeperClientEnforceMinNumRacksPerWriteQuorum=false
bookkeeperClientAuthenticationPlugin=
bookkeeperClientAuthenticationParametersName=
bookkeeperClientAuthenticationParameters=
bindAddress=0.0.0.0
backlogQuotaDefaultRetentionPolicy=producer_request_hold
backlogQuotaDefaultLimitSecond=-1
backlogQuotaDefaultLimitGB=-1
backlogQuotaCheckIntervalInSeconds=60
backlogQuotaCheckEnabled=true
autoSkipNonRecoverableData=false
authorizationProvider=org.apache.pulsar.broker.authorization.PulsarAuthorizationProvider
authorizationEnabled=true
authorizationAllowWildcardsMatching=false
authenticationRefreshCheckSeconds=60
authenticationProviders=org.apache.pulsar.broker.authentication.AuthenticationProviderToken
authenticationEnabled=true
authenticateOriginalAuthData=true
athenzDomainNames=
anonymousUserRole=
allowAutoTopicCreationType=non-partitioned
allowAutoTopicCreation=false
allowAutoSubscriptionCreation=false
advertisedAddress=主机IP地址
activeConsumerFailoverDelayTimeMillis=1000
acknowledgmentAtBatchIndexLevelEnabled=false

pulsar配置文件常用配置项相关推荐

  1. webpack基础+webpack配置文件常用配置项介绍+webpack-dev-server

    一.webpack基础 1.在项目中生成package.json:在项目根目录中输入npm init,根据提示输入相应信息.(也可以不生成package.json文件,但是package.json是很 ...

  2. webpack基础+webpack配置文件常用配置项介绍+webpack-dev-server - QxQstar - 博客园

    一.webpack基础 1.在项目中生成package.json:在项目根目录中输入npm init,根据提示输入相应信息.(也可以不生成package.json文件,但是package.json是很 ...

  3. mongodb配置文件常用配置项

    基于mongo 3.4版本 高于3.4版本的请参考官方文档 docs.mongodb.com/manual/refe- mong日志常用配置配置 systemLog: quiet: <boole ...

  4. 小程序全局配置文件以及常用配置项

    一.window常用配置 1.小程序根目录下的app.json文件时小程序的全局配置文件.常用配置项如下: ① pages 记录当前小程序所有页面的存放路径 ② window 全局设置小程序窗口的外观 ...

  5. Pyecharts数据可视化之折线图(阶梯图、平滑曲线图、面积图)、K线图、常用配置项

    安装pyecharts pip install pyecharts -U 本次使用jupyter notebook编写代码 折线图 # 引入相关包 from pyecharts.faker impor ...

  6. Pyecharts数据可视化之柱状图、条形图、漏斗图,常用配置项

    安装pyecharts pip install pyecharts -U 柱状图 基本柱状图 本次使用jupyter notebook编写代码 # 引入相关包 from pyecharts.faker ...

  7. ECharts常用配置项

    ECharts常用配置 setOption()绘制图表 使用 echarts 实例的 setOption() 可以设置图表实例的配置项以及数据,万能接口,所有参数和数据的修改都可以通过 setOpti ...

  8. manifest文件的常用配置项

    manifest文件的常用配置项 接下来,我们介绍一下manifest文件中几个常用的配置项.每个配置项都有一个对应的命令行参数,同时,命令行参数的优先级是高于manifest文件中的配置项. 一个典 ...

  9. 大数据-Pulsar的常用命令

    1 Pulsar的常用命令 1.1 client客户端 Pulsar 的 Local模式的基本使用: (1)生产数据 bin/pulsar-client produce my-topic --mess ...

最新文章

  1. Python全家福,这些库你认识哪些?
  2. paddlehub安装使用
  3. Leetcode 319. 灯泡开关 解题思路及C++实现
  4. 05传智_jbpm与OA项目_部门模块中增加部门的jsp页面增加一个在线编辑器功能
  5. 什么是“软件架构设计”(推荐)
  6. semget创建文件_linux信号灯操作
  7. Toolkit.getDefaultToolkit().getScreenSize();获取显示器屏幕大小并使JFrame窗口居中显示
  8. 思维导图系列之Java集合知识梳理
  9. Mac 系统 go-kit安装
  10. Spring Security简介和认识
  11. 小米笔记本UEFI关闭安全启动
  12. 我花了20年研究华为,发现了这些秘密……
  13. 新编计算机组装与维护教程,新编计算机组装与维护教程/21世纪高等学校计算机科学与技术规划教材...
  14. 【邻接表】77 邻接表:顶点u的下一个邻接点
  15. __ffs 源码分析
  16. 6_1 系统安全分析与设计
  17. [转载]JavaMail API简介
  18. Simple: SQLite3 结巴分词插件
  19. 网络设备上常用的安全技术
  20. Android 版本更新安装apk

热门文章

  1. OS + Linux RedHat 7 / redhat 7 configuration
  2. 六步实现Spring.NET 与 NHibernate 的整合
  3. CSS 实现加载动画之一-菊花旋转
  4. 深入ASP.NET MVC之七:ActionResult的执行(View的加载和渲染)
  5. DataCapa 启动
  6. scss编译输出css并转换成rem
  7. [ES6] 细化ES6之 -- 数组的扩展
  8. 带你了解FPGA(2)--逻辑设计基础
  9. VS2019-C++警告-C6385读取数据无效
  10. 求链表的倒数第m个元素