Access Ray cluster in C++ layer of a python Ray application

Hey, Folks,

We have a typical python and C++ combined application, running on ray. Of course, right now the ray actor access part is done via Ray’s python API.

What if we want C++ layer to take advantage of Ray cluster as well? Is it possible to inject C++ Ray API code and make use of Ray in a mixed way? That would be using both python and C++ ray API in a single application.

Thanks.