We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Microcks supports protocols like as WebSocket, MQTT, KAFKA and RabbitMQ.
Currently, the Microcks-testcontainers-dotnet project does not support asynchronous protocols.
Microcks-testcontainers-dotnet
I want to add support for RabbitMQ as I have experience with it from my previous company, and I believe support for this protocol can be good.
There is a PR adding KAFKA support. Based on that, the goal is to add a new method in MicrocksContainerEnsemble and MicrocksAsyncMinionContainer.
MicrocksContainerEnsemble
MicrocksAsyncMinionContainer
Same Developer eXPerience as with test container java module
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reason/Context
The Microcks supports protocols like as WebSocket, MQTT, KAFKA and RabbitMQ.
Currently, the
Microcks-testcontainers-dotnet
project does not support asynchronous protocols.I want to add support for RabbitMQ as I have experience with it from my previous company, and I believe support for this protocol can be good.
Description
There is a PR adding KAFKA support. Based on that, the goal is to add a new method in
MicrocksContainerEnsemble
andMicrocksAsyncMinionContainer
.Implementation ideas
Same Developer eXPerience as with test container java module
The text was updated successfully, but these errors were encountered: