softwarefactory-project / keycloak-event-listener-mqtt

A Keycloak SPI that publishes events to a MQTT broker.
Apache License 2.0
39 stars 9 forks source link

not always create new connection on every event #6

Closed arigelni closed 1 year ago

arigelni commented 1 year ago

Hi, is it possible to not always create mqtt connection on every event? the performance goes very fast down... a connection handler which holds a connection would helpful?

sbaeurle commented 1 year ago

We did also need this change and created the following PR for it: https://softwarefactory-project.io/r/c/software-factory/keycloak-event-listener-mqtt/+/27905

mhuin commented 1 year ago

the change @sbaeurle mentioned was merged and should fix the issue.