You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why the implementation for fetch is left out and if it is a Mutiny issue (needs to be addresses in smallrye) or related to an incomplete implementation of the PgSubscriber interface?
The text was updated successfully, but these errors were encountered:
Hello there,
I was trying to implement a PgSubscriber mechanism in a quarkus project leveraging the Mutiny framework.
Assuming the following "reduced" code should work ...
I get an UnsupportedOperationException on startup and digging further into the stack trace stumbling over the reason:
PgSubscriberImpl:
When I don't use Mutiny and instead use:
everything works as expected.
I was wondering why the implementation for
fetch
is left out and if it is a Mutiny issue (needs to be addresses in smallrye) or related to an incomplete implementation of the PgSubscriber interface?The text was updated successfully, but these errors were encountered: