JiriOndrusek opened a new issue, #3957: URL: https://github.com/apache/camel-quarkus/issues/3957
Fix of https://github.com/apache/camel-quarkus/issues/3910 brings an exception in a log, which does not affect the test results, and happens only in the native mode. If `@TestMethodOrder` is removed, there is an exception in the log of the native run. ``` Caused by: io.grpc.StatusRuntimeException: NOT_FOUND: Subscription does not exist (resource=camel-quarkus-ordering-subscription-d8z9wouytwed4jbp0nxjhqmqtlyeecthd4myttcntavagpvt1) at io.grpc.Status.asRuntimeException(Status.java:535) ``` One possible explanation is that the google subscription is removed before the consumer is closed. (but if so, why it is not a problem in the JVM mode) It would be nice to find a reason of the issue, because it may indicate some kind of a problem. -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org