You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/29 18:36:28 UTC

[GitHub] [camel] oscerd commented on a change in pull request #4535: CAMEL-15772: camel-pulsar readCompacted support

oscerd commented on a change in pull request #4535:
URL: https://github.com/apache/camel/pull/4535#discussion_r514482144



##########
File path: components/camel-pulsar/src/main/java/org/apache/camel/component/pulsar/PulsarConfiguration.java
##########
@@ -63,6 +63,8 @@
     private long ackGroupTimeMillis = 100;
     @UriParam(label = "consumer", defaultValue = "LATEST")
     private SubscriptionInitialPosition subscriptionInitialPosition = LATEST;
+    @UriParam(label = "consumer", defaultValue = "false")
+    private boolean readCompacted = false;

Review comment:
       The defaultValue at field level is not needed, it is false by default.




----------------------------------------------------------------
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:
users@infra.apache.org