Vanshika Bajaj
unread,Oct 13, 2023, 3:51:38 AM10/13/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to r2dbc
Suppose there are multiple threads , so the main thread is giving the information to the other thread and there in the main thread gets block, and all the threads are called sequentially, what can be done such that the main thread doesn't get block and the threads are running parallely, basically how can we convert the database sync call to database async call using the jdbc or r2dbc library, please answer