horsteff commented on a change in pull request #7533:
URL: https://github.com/apache/pulsar/pull/7533#discussion_r456791768
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/PulsarStandaloneBuilder.java
##########
@@ -97,10 +108,31 @@ public PulsarStandaloneBuilder
withAdvertisedAddress(String advertisedAddress) {
return this;
}
- public PulsarStandalone build() {
- ServiceConfiguration config = new ServiceConfiguration();
- config.setClusterName("standalone");
- pulsarStandalone.setConfig(config);
+ public PulsarStandalone build()
+ {
Review comment:
Done.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]