JiriOndrusek
JiriOndrusek
There is a problem with `orderingTest`. It fails on CI - reported as https://github.com/apache/camel-quarkus/issues/3944 Test is disabled on CI.
Another problem (seems like an issue in the test) reported as https://github.com/apache/camel-quarkus/issues/3957. (there is a workaround in the test, so it does not block merging of the PR)
I find some suspicious small issues - fixed and added some logging + test to wait for consumer to stop. I hope that these small changes will make tests successful.
Another try, please do not merge (even if the result is successful)
I still don't know why, but `ordering test`, as was created in the beginning, fails in CLI. The original test was sending **6** messages and receives them afterwards. In CLI...
@aldettinger I fixed all your comments. I kept them `not-resolved`, to be able to find them (there are already some older resolved conversations)
The CI failure in `google-storage` does not seem related to this changes (I checked both the files and run google-storage tests on local machine). I'm re-running the CI.
> Checking the feature [coverage](https://camel.apache.org/components/3.18.x/google-pubsub-component.html): > > * Producers => OK > * Consumers => OK > * Message body => OK > * AUTHENTICATION CONFIGURATION => I'm not sure...
~~As @aldettinger suggested in the above comment, authentication configuration should be covered more in detail to cover all possible scenarios (in native). Because the google authentication module is common in...
I looked into [DefaultCredenbtialProvider](https://github.com/googleapis/google-auth-library-java/blob/main/oauth2_http/java/com/google/auth/oauth2/DefaultCredentialsProvider.java) There are several ways of authentication for google clouds available, see the [documentation](https://cloud.google.com/docs/authentication#:~:text=You%20need%20to%20pass%20the,using%20the%20GOOGLE_APPLICATION_CREDENTIALS%20environment%20variable.). There is no limitation listed nor in [camel component doc](https://camel.apache.org/components/3.17.x/google-pubsub-component.html#_authentication_configuration) neither in [camel...