aloyszhang commented on code in PR #9821:
URL: https://github.com/apache/inlong/pull/9821#discussion_r1525662234
##########
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:
What about the Key_Shared subscription type?
--
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]