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

Tests for other transport protocols like messaging and gRPC #14

Open
holly-cummins opened this issue Oct 19, 2022 · 3 comments
Open

Tests for other transport protocols like messaging and gRPC #14

holly-cummins opened this issue Oct 19, 2022 · 3 comments

Comments

@holly-cummins
Copy link
Contributor

No description provided.

@pooja-gajjar
Copy link

pooja-gajjar commented Feb 5, 2024

Hi @holly-cummins , Is there any example/demo-implementation available for gRPC pact tests in quarkus? I see there is no direct quarkus extension to support this. I am using pact extension directly in my quarkus project and I am facing the same issue with the MockServer which you resolved with a workaround mentioned here. I am not sure how to implement a dummy server for this.

Kindly let me know if any references are available on messaging and gRPC pact tests in the quarkus project.

@holly-cummins
Copy link
Contributor Author

Hi @pooja-gajjar, @edeandrea has just added gRPC pact tests to the Quarkus reference application: quarkusio/quarkus-super-heroes#765

They may be a useful example.

@edeandrea
Copy link

Hi @pooja-gajjar as @holly-cummins mentioned i'm just about to merge a PR in the Quarkus Superheroes sample application which incorporates gRPC pact tests.

I will say from my experience developing these that the Pact documentation is....lacking. I was able to do what I did mostly by looking at their examples.

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

No branches or pull requests

3 participants