Skip to content
New issue

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

feat: add NATS executor #821

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

feat: add NATS executor #821

wants to merge 25 commits into from

Conversation

LuBashQ
Copy link

@LuBashQ LuBashQ commented Nov 3, 2024

Add NATS executor, which allows to test services that use NATS as their communication layer.

Currently only publish and subscribe are supported, both with and without Jetstream, but the plan is to also add KeyValue commands (e.g "check if a specific value is in a KeyValue store" tests).

Closes #820

Remove request command and replace it with a boolean parameter

Signed-off-by: LuBashQ <[email protected]>
Add command and command argument to build_docker function to
support *box images, like busybox

Signed-off-by: LuBashQ <[email protected]>
Replier and publisher nats clients are used to test
the `subscriber` command

Signed-off-by: LuBashQ <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: NATS executor
1 participant