michaeljmarshall commented on a change in pull request #12027:
URL: https://github.com/apache/pulsar/pull/12027#discussion_r707905951
##########
File path:
pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java
##########
@@ -196,7 +196,7 @@
private String functionWebServiceUrl;
@FieldContext(
category = CATEGORY_FUNC_METADATA_MNG,
- doc = "The pulser binary service url that function metadata manager
talks to"
+ doc = "The pulsar binary service url that function metadata manager
talks to"
Review comment:
I updated all 4 of the `url` strings to `URL`. There are 7 `doc` fields
in this `WorkerConfig` file that start with lower cased `pulsar` and there are
no uses of upper cased `Pulsar`. Are all references to pulsar supposed to be
capitalized?
--
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]