haifxu commented on code in PR #9821:
URL: https://github.com/apache/inlong/pull/9821#discussion_r1526015708
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/source/pulsar/PulsarSourceRequest.java:
##########
@@ -76,6 +76,12 @@ public class PulsarSourceRequest extends SourceRequest {
+ " Available options are earliest, latest, external-subscription,
and specific-offsets.")
private String scanStartupMode = "earliest";
+ @ApiModelProperty("Configure the Pulsar subscription mode. Available
options are Exclusive, Shared, and Failover.")
Review Comment:
We may no longer need users to specify subscription types.
--
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]