can data be transferred between Application in SpringCloud through WebSocket
scenario is a service responsible for distributing image data (20m per second, which may be larger later)
now other services also need this image data, so register it through websocket (local storage is not considered now, other services read local files)
can I use websocket for this? If I can"t, I"m thinking of another way
I think there is restTemplate, in the code, but the key is http
the back end is gone, and I don"t quite understand the front end. Do you have any ideas? Call for help