Matthieu Huin
Matthieu Huin
Thanks for the suggestion, however it seems the solutions here would still have a problem with scaling up to a large amount of children. [Tries](https://en.wikipedia.org/wiki/Trie) are a great data structure...
Not sure if the formatted output is correct, can you have a look at the tests and let me know if I should do it differently? thanks!
Hello, Anything else I need to do to get this merged? Thanks!
Hello, Anything else I need to do to get this merged? Thanks!
Thanks for reporting the issue, do you want to provide a patch for this?
Hello, Thanks for your contribution! This project's development is hosted on a Gerrit instance and Github is only used as a mirror for the repository. Could you please submit this...
This should fixed in the latest release.
Hi John, Can you try and follow the steps described there? http://www.janua.fr/keycloak-spi-adding-a-custom-event-listener-module/ This module was based on the sysout example, so this should work similarly.
Copying event-listener-mqtt-jar-with-dependencies.jar to ${KEYCLOAK_HOME}/standalone/deployments is enough to get the listener available. You then have to activate it in the realm's events config page in the GUI.
I meant that you don't have to edit the standalone.xml file to make it work; putting the jar in the deployments directory is enough. I'll update the README with clearer...