Hi,
I read here that the futrur unified JAVA SDK client (spring-boot-starter-camunda-sdk) will support both the Zeebe gRPC API and the REST API.
We are playing with de 8.6.0-alpha4-rc2 version and io.camunda:spring-boot-starter-camunda-sdk dependency.
- How switch from gRPC mode to REST mode form the client SDK point of view ?
- How will this look in the JAVA client code with this REST MODE ? (Still some gRPC command style ?)
Thanks !