How can we ease migration from Elasticsearch RestHighLevelClient to Opensearch Java Apis?

Describe the issue:
Given that the OpenSearch RestHighLevelClient is already deprecated, migrating code from the Elasticsearch RestHighLevelClient to the OpenSearch Java Client involves a relatively larger set of changes. This raises an important question: what compelling reasons would motivate users to adopt the OpenSearch Java Client despite these migration challenges?