Hello, We would like to transmit to our topologies some special files from our web app.
We found that Storm Distributed Cache (alias blobstore) could be a nice way to perform such distribution, but we found no document REST api for sending / reading /updating / deleting files on Storm's blobstore. There's a documented Java API, but it seems to assume that a full Storm installation is available, with storm.yaml, etc. stuff. Is it possible to simply use Storm REST api (which we use for performing various operations) to manage blobstore? Best regards, Alexandre Vermeerbergen
