nlu90 commented on code in PR #17214:
URL: https://github.com/apache/pulsar/pull/17214#discussion_r1119307691
##########
pulsar-functions/proto/src/main/proto/Function.proto:
##########
@@ -165,6 +165,7 @@ message SourceSpec {
bool cleanupSubscription = 11;
SubscriptionPosition subscriptionPosition = 12;
uint64 negativeAckRedeliveryDelayMs = 13;
+ bool skipToLatest = 14;
Review Comment:
@michaeljmarshall As we discussed via slack, I'll email the mailing list
about the function proto change.
But it should be backward compatible and won't cause any issue for previous
users.
--
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]