tomdesair / tus-java-server

Library to receive tus v1.0.0 file uploads in a Java server environment
MIT License
131 stars 62 forks source link

support multi service #66

Open lawrence1999 opened 4 months ago

lawrence1999 commented 4 months ago

Hi,I wander how to support multi tus java service? In https://tus.io/faq, it gives two ways,the first is load balance but my service can not do it. Second way is using distributed lock,but I am confusing.Could you tell me how to using it?