oracle / nosql-java-sdk

SDK for Java for the Oracle NoSQL Database
https://www.oracle.com/database/nosql/
Universal Permissive License v1.0
24 stars 24 forks source link

Update comments related to Request.oboToken to clarify that it is only required by Java SDK #107

Closed jinzha closed 8 months ago

jinzha commented 8 months ago

The Request.oboToken is only required by Java SDK for internal cross-region request, it is not necessary for other drivers. Add comments to Request.oboToken and its callers to clarify this.