Replies: 1 comment
-
You can print all properties using Inject the Config into your test class, then:
|
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.
-
I use an in-memory connector(already set up in InMemoryProfile) to test the internal flow of the message stream without a real message broker.
The similar codes is working in other connector( amqp, kakfa, rabbitmq, etc.), but failed in Puslar, https://github.com/hantsy/quarkus-sandbox/blob/master/pulsar/src/test/java/com/example/MessageHandlerTest.java
When running this test,I do not need the Pulsar dev service, if there is a way to disable it and clean its related properties?
I am afraid the pulsar properties affected
MessageHandlerTest
, is there some way to print all properties at runtime in the testing codes?Similar tests in amqp, kakfa, rabbitmq can be found in https://github.com/hantsy/quarkus-sandbox.
Beta Was this translation helpful? Give feedback.
All reactions