nlu90 commented on a change in pull request #11293:
URL: https://github.com/apache/pulsar/pull/11293#discussion_r668423092



##########
File path: 
pulsar-io/debezium/core/src/main/java/org/apache/pulsar/io/debezium/PulsarDatabaseHistory.java
##########
@@ -61,26 +66,34 @@
         .withValidation(Field::isRequired);
 
     public static final Field SERVICE_URL = 
Field.create(CONFIGURATION_FIELD_PREFIX_STRING + "pulsar.service.url")
-        .withDisplayName("Pulsar broker addresses")
+        .withDisplayName("Pulsar service url")
         .withType(Type.STRING)
         .withWidth(Width.LONG)
         .withImportance(Importance.HIGH)
         .withDescription("Pulsar service url")
         .withValidation(Field::isRequired);

Review comment:
       we can set either this or the following field. so they might not be 
`required` now.




-- 
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]


Reply via email to