GitHub user jmhublar deleted a comment on the discussion: Replication broken
after upgrade from 2.11.2 to 3.0.2
Here is a sanitized version of the configmap that drives our current proxy
configuration. It is mirrored on each constituent cluster:
apiVersion: v1
data:
PULSAR_GC: |
-XX:+UseG1GC -XX:MaxGCPauseMillis=10 -Dio.netty.leakDetectionLevel=disabled
-Dio.netty.recycler.linkCapacity=1024 -XX:+ParallelRefProcEnabled
-XX:+UnlockExperimentalVMOptions -XX:+DoEscapeAnalysis -XX:ParallelGCThreads=4
-XX:ConcGCThreads=4 -XX:G1NewSizePercent=50 -XX:+DisableExplicitGC
-XX:-ResizePLAB -XX:+ExitOnOutOfMemoryError -XX:+PerfDisableSharedMem
PULSAR_MEM: |
-Xms2g -Xmx2g -XX:MaxDirectMemorySize=1g
PULSAR_PREFIX_authenticateMetricsEndpoint: "false"
authenticationEnabled: "true"
authenticationProviders:
org.apache.pulsar.broker.authentication.AuthenticationProviderToken
authorizationEnabled: "false"
authorizationProviders:
org.apache.pulsar.broker.authorization.MultiRolesTokenAuthorizationProvider
bogus: value
brokerClientAuthenticationParameters: '{"issuerUrl":
"https://example.com/oauth2/bogus","privateKey":
"/pulsar/privatekey/proxy-oauth.json","audience": "pulsar"}'
brokerClientAuthenticationPlugin:
org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2
brokerServiceURL: pulsar://pulsar-broker:6650
brokerWebServiceURL: http://pulsar-broker:8080
clusterName: sandbox-use1
forwardAuthorizationCredentials: "true"
httpNumThreads: "8"
proxyRoles: PULSAR_PROXY
servicePort: "6650"
statusFilePath: /pulsar/status
superUserRoles:
bogus,PULSAR_SUPERUSER,PULSAR_SUPERUSER_SBX,PULSAR_PROXY,proxy-admin
tokenAuthClaim: src
tokenPublicKey: file:///pulsar/keys/token/public.key
webServicePort: "8080"
GitHub link:
https://github.com/apache/pulsar/discussions/23558#discussioncomment-11170463
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]