emqx-auth-http icon indicating copy to clipboard operation
emqx-auth-http copied to clipboard

Combine auth request with ACL for improved performance

Open jsopenrb opened this issue 3 years ago • 0 comments

Currently each publish/subscribe request has to go through the HTTP ACL layer. Even with caching enabled there's a big performance hit when there are a lot of different publish or subscribe topics for each client. It would be very helpful to have an alternative mode where auth request returns a static ACL list in JSON format for a given client session.

jsopenrb avatar Apr 26 '21 06:04 jsopenrb