Currently, the clients sits waiting a long time while methods are uploaded to Cassandra. It would probably be more robust to store the methods locally and start a synchronization job regularly. In this way, the client is no longer waiting for the database to respond, which in some cases may never happen.
Currently, the clients sits waiting a long time while methods are uploaded to Cassandra. It would probably be more robust to store the methods locally and start a synchronization job regularly. In this way, the client is no longer waiting for the database to respond, which in some cases may never happen.