BewareMyPower commented on code in PR #16023: URL: https://github.com/apache/pulsar/pull/16023#discussion_r911678535
########## conf/client.conf: ########## @@ -22,12 +22,12 @@ # URL for Pulsar REST API (for admin operations) # For TLS: # webServiceUrl=https://localhost:8443/ -webServiceUrl=http://localhost:8080/ +webServiceUrl=http://localhost:8081/ # URL for Pulsar Binary Protocol (for produce and consume operations) # For TLS: # brokerServiceUrl=pulsar+ssl://localhost:6651/ -brokerServiceUrl=pulsar://localhost:6650/ +brokerServiceUrl=pulsar://localhost:6651,localhost:6652,localhost:6653/ Review Comment: Please revert unnecessary changes. -- 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]
