[ 
https://issues.apache.org/jira/browse/CAMEL-22401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18017673#comment-18017673
 ] 

Lukas Lowinger commented on CAMEL-22401:
----------------------------------------

main - https://github.com/apache/camel/pull/19064

> Camel couchbase
> ---------------
>
>                 Key: CAMEL-22401
>                 URL: https://issues.apache.org/jira/browse/CAMEL-22401
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Lukas Lowinger
>            Assignee: Lukas Lowinger
>            Priority: Major
>
> In project Camel Quarkus, i've noticed flakiness in couchbase integration 
> tests. After investigation, i've noticed that `getDocument` method 
> [https://github.com/apache/camel/blob/main/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseCollectionOperation.java#L80]
>  doesn't use retry strategy (as contrary to eg. `setDocument` 
> [https://github.com/apache/camel/blob/main/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseCollectionOperation.java#L60C18-L60C31]
>  ). I would like to add `consumerRetryPause` (as the `getDocument` is used 
> both in producer and consumer) as addition to `producerRetryPause` and add 
> retry strategy to the `getDocument` method.
>  
> Or should i merge those two and use only one generic `retryPause` for both 
> consumer & producer ?
>  
> Also i've noticed that `producerRetryAttempts` is probably not used at all, 
> should i remove it ?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to