RADAR-base / fcmxmppserverv2

XMPP Connection Server for FCM using the latest version of the Smack library (4.2.4) + Connection Draining Implementation
Apache License 2.0
0 stars 0 forks source link

Add caching for schedule requests #9

Closed yatharthranjan closed 6 years ago

yatharthranjan commented 6 years ago

Right now each request is scheduled as it is received but we can have some sort of time based caching that accumulates the requests and processes them all together (after some time or based on the number of entries) since the requests will probably come in bursts. A nice one to use is CacheBuilder from Guava library