Hi, I am using elastic search Java client from kot...
# announcements
c
Hi, I am using elastic search Java client from kotlin code i am not able to understand how would i convert BulkQuery Processor code example given in java to kotlin, https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high-document-bulk.html#java-rest-high-document-bulk-processor specifically this code
Copy code
BulkProcessor bulkProcessor =
        BulkProcessor.builder(client::bulkAsync, listener).build();
even intellij is converting to some buggy kotlin code, IntelliJ is not able to detect correct implementation i guess Anybody tried this in kotlin? please guide me how could i do this