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
If the query microservice is built in native mode using ./mvnw verify -Pnative the event store is not polled for new events. This means no updates of the view will be applied. Seems as if the scheduler does not work or something that happens afterwards fails. Unfortunately there is no error, it just doesn't work.
The text was updated successfully, but these errors were encountered:
michael-schnell
changed the title
Quarkus native query microservice does not execute updates
(Quarkus) Native query microservice does not execute updates
Dec 28, 2019
If the query microservice is built in native mode using
./mvnw verify -Pnative
the event store is not polled for new events. This means no updates of the view will be applied. Seems as if the scheduler does not work or something that happens afterwards fails. Unfortunately there is no error, it just doesn't work.The text was updated successfully, but these errors were encountered: