Jiri Ondrusek created CAMEL-18447:
-------------------------------------
Summary: 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
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. test from CQ with lreal account
GooglePubsubTest#pubsubTopicProduceConsume)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)