Disable events for specific requests #10524
Unanswered
Bastians-Bits
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I already dig through the code, but I wanted to ask in case I missed something. Our scenario:
We use the REST API to modify user data in Keycloak.
We also use the RabbitMQ plugin to listen to changes of user data in Keycloak.
On some requests to Keycloak we don't want the event to be send, so we can directly modify our database (and don't have to wait for the message to arrive).
Is that possible? To skip the sending of events on specific requests?
Beta Was this translation helpful? Give feedback.
All reactions