You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are things like azure functions that are using eventhub trigger and from now we couldn't test it out without using harcoded connection string to a remote eventhub that lies in Azure (which is consuming money) and we couldn't test it out without it. To address such issues like local testing, usage of some local solution in integration tests, Microsoft developed after 6 years of existing story about it (Azure/azure-service-bus#223) docker image with azure eventhubs emulator that is able to replicate such infrastructure.
Solution
In the elegant and easy way to bootstrap such docker with fluent api and configuration I want to have it in TestContainers.
Benefit
Be able to make integration tests, local testing of the eventhub-dependent features.
Alternatives
Make it locally with docker-compose and create something to bootstrap it. Even using generic container creation that we have in TestContainers wouldn't be easy as we have associated JSON config file there.
Would you like to help contributing this enhancement?
Yes
The text was updated successfully, but these errors were encountered:
Problem
There are things like azure functions that are using
eventhub
trigger and from now we couldn't test it out without using harcoded connection string to a remote eventhub that lies in Azure (which is consuming money) and we couldn't test it out without it. To address such issues like local testing, usage of somelocal
solution in integration tests, Microsoft developed after 6 years of existing story about it (Azure/azure-service-bus#223) docker image with azure eventhubs emulator that is able to replicate such infrastructure.Solution
In the elegant and easy way to bootstrap such docker with fluent api and configuration I want to have it in TestContainers.
Benefit
Be able to make integration tests, local testing of the eventhub-dependent features.
Alternatives
Make it locally with docker-compose and create something to bootstrap it. Even using generic container creation that we have in TestContainers wouldn't be easy as we have associated JSON config file there.
Would you like to help contributing this enhancement?
Yes
The text was updated successfully, but these errors were encountered: