zbendhiba commented on issue #2939:
URL: https://github.com/apache/camel-quarkus/issues/2939#issuecomment-1149946915

   @zhfeng what's happening here is that the test profile doesn't have the same 
behaviour as dev mode. And you are tricking it but letting it fallback to prod. 
When the tests run, we aren't in the dev mode. So how does it get the kafka 
brokers.
   And if we do something for tests, how do we differentiate dev and test while 
running dev mode. I don't know if Quarkus folks deal with this, or if the right 
way to do is have dev services on dev mode, and have another test resource for 
tests.
   
   I don't thing it's a big bug. It's a nice to have but not something urgent. 
The solution here is as simple as adding a TestResource class to handle the 
kafka instance


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to