You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one relates to other OCI example issues (#6872 and #6873).
@aserkes I'll assign this one to you as it relates to the others. Feel free to assign it back to me if after moving examples to Nima, we still need to replace DbClient.
We've decided to update DBClient to blocking, thus we should not update all usages of DBClient. In the mean time we can use .await() on the Single and Multi instead of using JDBC directly.
spericas
changed the title
Replace usage of DBClient with plain JDBC
Replace usage of DBClient reactive to blocking
May 24, 2023
romain-grecourt
changed the title
Replace usage of DBClient reactive to blocking
Replace usage of DBClient reactive to blocking in OCI examples
May 25, 2023
In 3.x the ATP OCI example had this:
Requires #6991
However, since #6991 is in progress, let's update the usage to use
.await()
to block.The text was updated successfully, but these errors were encountered: