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

Handling @Blocking / @NonBlocking in GraphQL APIs #21433

Closed
cescoffier opened this issue Nov 14, 2021 · 4 comments
Closed

Handling @Blocking / @NonBlocking in GraphQL APIs #21433

cescoffier opened this issue Nov 14, 2021 · 4 comments
Assignees
Labels
area/graphql area/smallrye kind/epic Large issue with links to sub-issues

Comments

@cescoffier
Copy link
Member

Description

When implementing GraphQL APIs, the @Blocking and @NonBlocking annotation should be supported as well as the default dispatching rules.

As a verification, it should be possible to implement a GraphQL Query method using:

  • Panache (Blocking)
  • PAnache Reactive (Non-Blocking)
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 14, 2021

/cc @jmartisk, @phillip-kruger

@gsmet
Copy link
Member

gsmet commented Jan 4, 2022

Just posting here to make sure this one is not forgotten: #21111 .

@phillip-kruger
Copy link
Member

Thanks. I am busy looking at both

@phillip-kruger
Copy link
Member

This is now added and will be available in 2.10.

Closing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/graphql area/smallrye kind/epic Large issue with links to sub-issues
Projects
Status: Done
Development

No branches or pull requests

3 participants