ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
36 stars 18 forks source link

Get rid of synchronized blocks from Topic SDK #273

Open pnv1 opened 3 months ago

pnv1 commented 3 months ago

Replace with ReentrantLocks or switch to lock free. The goal is to increase performance for projects using virtual threads.