gvolpe commented on code in PR #15190:
URL: https://github.com/apache/pulsar/pull/15190#discussion_r854332079
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerBase.java:
##########
@@ -466,7 +466,7 @@ public CompletableFuture<Void>
reconsumeLaterAsync(Message<?> message, long dela
public CompletableFuture<Void> reconsumeLaterAsync(
Message<?> message, Map<String, String> customProperties, long
delayTime, TimeUnit unit) {
if (!conf.isRetryEnable()) {
- return FutureUtil.failedFuture(new
PulsarClientException("reconsumeLater method not support!"));
+ return FutureUtil.failedFuture(new
PulsarClientException("reconsumeLater method not supported! Have you enabled
retries in your consumer?"));
Review Comment:
@Jason918 @Technoboy- any thoughts?
--
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]