[ https://issues.apache.org/jira/browse/CAMEL-18447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrea Cosentino updated CAMEL-18447: ------------------------------------- Fix Version/s: 3.18.4 > Camel-pubsub: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task > failed with real account > --------------------------------------------------------------------------------------------------- > > Key: CAMEL-18447 > URL: https://issues.apache.org/jira/browse/CAMEL-18447 > Project: Camel > Issue Type: Bug > Components: camel-google-pubsub > Affects Versions: 3.18.2, 3.19.0 > Reporter: Jiri Ondrusek > Assignee: Jiri Ondrusek > Priority: Major > Fix For: 3.18.4, 3.20.0 > > > During fixation of [https://github.com/apache/camel-quarkus/issues/4062] I > noticed regular exceptions shown only with real account (not with emulater): > > {code:java} > Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task > failed at > com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57) > at > com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112) {code} > Exception shows that some connections is closed during the acking mechanism. > It should be fixed. (To reproduce issue run i.e. run test from CQ with real > account GooglePubsubTest#pubsubTopicProduceConsume) -- This message was sent by Atlassian Jira (v8.20.10#820010)