confluent
confluent copied to clipboard
Staging
staging file feature
- idea is that the client will send meta-data for the file first
filenamefor now as a json body to theconfluent-api/stagingurl - the server will then respond with a push url that follows this format:
staging/<user>/<uuid> - using the push url the client will then post the file to server
- the server will then associate the meta-data
filenamein this case with the file data posted using the push url
Note
- the staged files are being stored in
/var/lib/confluent/client_assetsthis can be changed of cause.