You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/01/29 11:35:08 UTC

[GitHub] [camel-quarkus] ppalaga edited a comment on pull request #2178: Azure Event Hubs support

ppalaga edited a comment on pull request #2178:
URL: https://github.com/apache/camel-quarkus/pull/2178#issuecomment-769751893


   @jamesnetherton the tests are currently run only against real Azure API. 
   
   As for mocking I'd like to point out the following: 
   
   * Wiremock is not enough because there is some qpid communication going on
   * Azurite does not support eventhubs either (I guess it is for the same reason)
   
   Actually the eventhubs client can be configured to use websockets instead of qpid. Maybe it would not be that hard to mock.
   
   Given the above, do you think @jamesnetherton we need to aim at having mock tests at some point? I could file a followup with the above details. My standpoint is that we do not need to care as long as we know that @llowinge 's team tests against the real API.
   
   @llowinge you are welcome to review/test too.


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

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