SignorMercurio commented on code in PR #16627: URL: https://github.com/apache/pulsar/pull/16627#discussion_r925840407
########## site2/docs/reference-configuration-standalone.md: ########## @@ -0,0 +1,1465 @@ +# Standalone + +## Optional + +### authenticateOriginalAuthData + +If this flag is set to `true`, the broker authenticates the original Auth data; else it just accepts the originalPrincipal and authorizes it (if required). + +**Default**: false + +### metadataStoreUrl + +The quorum connection string for local metadata store + +**Default**: Review Comment: Docs for standalone is written manually, and I'm not sure about the reason why there's no default value when it should have. -- 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]
