315157973 commented on a change in pull request #11258:
URL: https://github.com/apache/pulsar/pull/11258#discussion_r666009107
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ClientConfigurationData.java
##########
@@ -49,70 +50,259 @@
public class ClientConfigurationData implements Serializable, Cloneable {
private static final long serialVersionUID = 1L;
+ @ApiModelProperty(
+ name = "serviceUrl",
+ value = "Pulsar cluster http url to connect to broker."
+ )
private String serviceUrl;
+ @ApiModelProperty(
+ name = "serviceUrlProvider",
+ value = "The implementation class of ServiceUrlProvider, used to
generate ServiceUrl."
+ )
@JsonIgnore
private transient ServiceUrlProvider serviceUrlProvider;
+ @ApiModelProperty(
+ name = "authentication",
+ value = "Authentication settings of the client."
+ )
@JsonIgnore
private Authentication authentication;
+
+ @ApiModelProperty(
+ name = "authentication",
+ value = "Class name od authentication plugin of the client."
Review comment:
of
--
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]