codelipenghui commented on a change in pull request #5915: Allow to
enable/disable delayed delivery for messages on namespace
URL: https://github.com/apache/pulsar/pull/5915#discussion_r361113675
##########
File path:
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/Policies.java
##########
@@ -64,6 +64,10 @@
@SuppressWarnings("checkstyle:MemberName")
public boolean encryption_required = false;
@SuppressWarnings("checkstyle:MemberName")
+ public boolean delayed_delivery = true;
+ @SuppressWarnings("checkstyle:MemberName")
+ public long delayed_delivery_time = 0;
Review comment:
It should be delayed_delivery_tick_time
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services