Ladislav
Ladislav
Fixes: #3720
Add support for all elasticsearch actions while bulk indexing Currently, if the response body of the bulk indexing action contains anything else than index action, the response is taken as...
### Describe the bug When attempting to insert Cap'N'Proto binary encoded data using the edited [example](https://github.com/ClickHouse/clickhouse-java/blob/main/examples/client/src/main/java/com/clickhouse/examples/jdbc/Main.java#L39), a `NullPointerException` is encountered. The specific error message is: ``` java.lang.NullPointerException`: Cannot invoke "com.clickhouse.data.ClickHouseDataProcessor.getInputStream()"...