ostenant / spring-cloud-starter-thrift

spring-cloud-starter-thrift提供SpringCloud对可伸缩的跨语言服务调用框架Apache Thrift的封装和集成。
159 stars 83 forks source link

non-thread-safe #7

Closed langwolf closed 6 years ago

langwolf commented 6 years ago

1.non-thread-safe 2. "If you need to ensure a single unique value shared by all threads, use putIfAbsent and Check return value"