You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Mainflux every publish/subscribe on the channel must be authenticated. For this to happen, adapter service sends gRPC request to things service, which does a lookup in the PostgreSQL DB.
Reading from unclustered Postgres is slow, so it is needed to add a Redis cache in the middle to improve the performance (throughput).
The text was updated successfully, but these errors were encountered:
In Mainflux every publish/subscribe on the channel must be authenticated. For this to happen, adapter service sends
gRPC
request tothings
service, which does a lookup in thePostgreSQL
DB.Reading from unclustered Postgres is slow, so it is needed to add a Redis cache in the middle to improve the performance (throughput).
The text was updated successfully, but these errors were encountered: