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

TracingQueryGateway does not implement streamingQuery #279

Closed
MGathier opened this issue May 5, 2022 · 2 comments
Closed

TracingQueryGateway does not implement streamingQuery #279

MGathier opened this issue May 5, 2022 · 2 comments

Comments

@MGathier
Copy link
Member

MGathier commented May 5, 2022

Basic information

  • Axon Framework version: 4.6.0-SNAPSHOT
  • JDK version: 16
  • Tracing Extension version: latest
  • Complete executable reproducer if available (e.g. GitHub Repo):

Steps to reproduce

Create an application using streaming queries and add the tracing extension.

Expected behaviour

Streaming query should work.

Actual behaviour

Throws exception on the streaming query:

java.lang.AbstractMethodError: Receiver class org.axonframework.extensions.tracing.TracingQueryGateway does not define or inherit an implementation of the resolved method 'abstract org.reactivestreams.Publisher streamingQuery(java.lang.String, java.lang.Object, java.lang.Class)' of interface org.axonframework.queryhandling.QueryGateway.

@smcvb
Copy link
Member

smcvb commented May 5, 2022

Thanks for filing this Marc. @schananas / @m1l4n54v1c, can either of you pick this up as a follow-up of the streaming query support you introduced in Axon Framework?

@smcvb
Copy link
Member

smcvb commented Sep 12, 2022

Closing this issue, as it has been resolved in pull request #280.

@smcvb smcvb closed this as completed Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants