HistoryGift commented on issue #7314:
URL: https://github.com/apache/pulsar/issues/7314#issuecomment-878811532
I have the same problem,and don't have the resolution
Worker Configs: {
"workerId" : "worker1",
"workerHostname" : "10.2.216.201",
"workerPort" : 6750,
"workerPortTls" : 6751,
"authenticateMetricsEndpoint" : true,
"includeStandardPrometheusMetrics" : false,
"jvmGCMetricsLoggerClassName" : null,
"numHttpServerThreads" : 8,
"httpRequestsLimitEnabled" : false,
"httpRequestsMaxPerSecond" : 100.0,
"configurationStoreServers" : "10.2.177.43:2181",
"zooKeeperSessionTimeoutMillis" : 30000,
"zooKeeperOperationTimeoutSeconds" : 30,
"zooKeeperCacheExpirySeconds" : 300,
"connectorsDirectory" : "./connectors",
"narExtractionDirectory" : "/tmp",
"validateConnectorConfig" : false,
"functionsDirectory" : "./functions",
"functionMetadataTopicName" : "metadata",
"useCompactedMetadataTopic" : false,
"functionWebServiceUrl" : null,
"pulsarServiceUrl" : "pulsar://10.2.177.39:6650",
"pulsarWebServiceUrl" : "http://10.2.177.39:8081",
"clusterCoordinationTopicName" : "coordinate",
"pulsarFunctionsNamespace" : "public/functions",
"pulsarFunctionsCluster" : "pulsar-cluster",
"numFunctionPackageReplicas" : 1,
"downloadDirectory" : "download/pulsar_functions",
"stateStorageServiceUrl" : null,
"functionAssignmentTopicName" : "assignments",
"schedulerClassName" :
"org.apache.pulsar.functions.worker.scheduler.RoundRobinScheduler",
"failureCheckFreqMs" : 30000,
"rescheduleTimeoutMs" : 60000,
"rebalanceCheckFreqSec" : -1,
"initialBrokerReconnectMaxRetries" : 60,
"assignmentWriteMaxRetries" : 60,
"instanceLivenessCheckFreqMs" : 30000,
"brokerClientAuthenticationEnabled" : true,
"brokerClientAuthenticationPlugin" :
"org.apache.pulsar.client.impl.auth.AuthenticationSasl",
"brokerClientAuthenticationParameters" :
"{\"saslJaasClientSectionName\":\"PulsarClient\",\"serverType\":\"broker\"}",
"bookkeeperClientAuthenticationPlugin" : null,
"bookkeeperClientAuthenticationParametersName" : null,
"bookkeeperClientAuthenticationParameters" : null,
"topicCompactionFrequencySec" : 1800,
"tlsEnabled" : false,
"tlsCertificateFilePath" : null,
"tlsKeyFilePath" : null,
"tlsTrustCertsFilePath" : null,
"tlsAllowInsecureConnection" : false,
"tlsRequireTrustedClientCertOnConnect" : false,
"useTls" : false,
"tlsEnableHostnameVerification" : false,
"tlsCertRefreshCheckDurationSec" : 300,
"authenticationEnabled" : true,
"authenticationProviders" : [
"org.apache.pulsar.broker.authentication.AuthenticationProviderSasl" ],
"authorizationEnabled" : true,
"authorizationProvider" :
"org.apache.pulsar.broker.authorization.PulsarAuthorizationProvider",
"superUserRoles" : [ "client/[email protected]"],
"properties" : {
"saslJaasBrokerSectionName" : "PulsarBroker",
"saslJaasClientAllowedIds" : ".*[a-zA-Z0-9].*"
},
"brokerClientTrustCertsFilePath" : null,
"functionRuntimeFactoryClassName" :
"org.apache.pulsar.functions.runtime.process.ProcessRuntimeFactory",
"functionRuntimeFactoryConfigs" : {
"logDirectory" : "logs/",
"javaInstanceJarLocation" : null,
"pythonInstanceLocation" : null,
"extraFunctionDependenciesDir" : null
},
"secretsProviderConfiguratorClassName" : null,
"secretsProviderConfiguratorConfig" : null,
"functionInstanceMinResources" : null,
"functionAuthProviderClassName" : null,
"runtimeCustomizerClassName" : null,
"runtimeCustomizerConfig" : { },
"maxPendingAsyncRequests" : 1000,
"forwardSourceMessageProperty" : true,
"threadContainerFactory" : null,
"processContainerFactory" : null,
"kubernetesContainerFactory" : null,
"clientAuthenticationParameters" :
"{\"saslJaasClientSectionName\":\"PulsarClient\",\"serverType\":\"broker\"}",
"clientAuthenticationPlugin" :
"org.apache.pulsar.client.impl.auth.AuthenticationSasl",
"functionMetadataTopic" : "persistent://public/functions/metadata",
"clusterCoordinationTopic" : "persistent://public/functions/coordinate",
"functionAssignmentTopic" : "persistent://public/functions/assignments",
"tlsTrustChainBytes" : null,
"workerWebAddress" : "http://10.2.216.201:6750",
"workerWebAddressTls" : "https://10.2.216.201:6751"
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]