Hi All,
From JAVA SDK , can we connect to specific Dapr while working with different machines ?
Eg: DaprClient client = (new DaprClientBuilder()).build()
We are using above syntax to get DaprClient of current system. Can we get DaprClient instance of particular host by providing host information ?