Hello, I'm having difficulties in the AsyncKudu API. Since there isn't any valuable examples with asynchronous kudu client, can you please help me in this example?
I want to use AsyncKudu to write in the kudu database. The steps i want to use are: 1. verify that the table exists; 2. if exists, open table; 3. write on the table; Can someone explain me how to do this with AsyncKudu? I'm having trouble in understanding the Deferred class that is always returned in every asyncKudu method. Thank you.
