|
|
|
|
|
by eastbound
1001 days ago
|
|
Plus Spring is honestly quite badly programmed. The pagination object is bulky and unnecessarily complex, where a simple offset/limit is enough (and a nextUrl for cursor-based access). When we looked into cluster locks, they’re not even released if one node goes down. I mean, who would need a lock implementation that just stores a line in a DB? And the doc doesn’t even warn about it. Apache contributors were much better-skilled. |
|