Replies: 2 comments 2 replies
-
In the kafka and pulsar example, the same tests got different errors: https://github.com/hantsy/quarkus-sandbox/actions/runs/8800974801/job/24153288400 Invalid channel configuration - the `connector` attribute must be set for channel `data-stream` |
Beta Was this translation helpful? Give feedback.
2 replies
-
I created #40317 as it looks odd. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
All messaging examples in my repository are failed when upgrading to the newest Quarkus 3.10.0.CR1, eg. https://github.com/hantsy/quarkus-sandbox/tree/master/amqp
I followed this guide to clean up the dependency artifact id and use the new name in all messaging examples, https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.9#resteasy-reactive-extensions-renamed-to-quarkus-rest-gear-white_check_mark
The
assertThat(dataStream.received().getFirst().getPayload().body()).isEqualTo("hello-123");
throws the following exceptionsBeta Was this translation helpful? Give feedback.
All reactions