-
Notifications
You must be signed in to change notification settings - Fork 22
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
Microservizio Giornale degli Eventi #517
Comments
pintorig
added a commit
that referenced
this issue
Jul 26, 2022
pintorig
added a commit
that referenced
this issue
Jul 28, 2022
pintorig
added a commit
that referenced
this issue
Jul 28, 2022
pintorig
added a commit
that referenced
this issue
Jul 29, 2022
pintorig
added a commit
that referenced
this issue
Jul 29, 2022
pintorig
added a commit
that referenced
this issue
Jul 29, 2022
pintorig
added a commit
that referenced
this issue
Aug 1, 2022
pintorig
added a commit
that referenced
this issue
Aug 2, 2022
pintorig
added a commit
that referenced
this issue
Aug 2, 2022
pintorig
added a commit
that referenced
this issue
Aug 3, 2022
pintorig
added a commit
that referenced
this issue
Aug 3, 2022
pintorig
added a commit
that referenced
this issue
Aug 3, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
pintorig
added a commit
that referenced
this issue
Sep 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Necessità:
Modificare il salvataggio degli eventi registrati dal sistema attraverso l'invocazione di un microservizio.
Soluzione:
Per ogni richiesta gestita dal sistema viene emesso un evento che, se previsto dalla configurazione, viene salvato sul database in maniera sincrona al termine della gestione della richiesta.
Si vuole modificare tale comportamento delegando al nuovo servizio il salvataggio dell'evento attraverso un'invocazione asincrona.
Il nuovo servizio dovra' esporre anche le risorse per la consultazione dell'elenco e del dettaglio degli eventi.
Implementare il nuovo servizio utilizzando le librerie Spring-REST per la parte API e Spring-JPA per l'accesso ai dati.
The text was updated successfully, but these errors were encountered: