azure-kusto-java
azure-kusto-java copied to clipboard
Microsoft Azure Kusto Library for Java
**Describe the solution you'd like** Utilize an asynchronous HTTP client instead of Apache's CloseableHttpClient in order to provide a nonblocking transport of data from the ADX database to my Java...
### Changed - bumps jackson dependency for alignment with latest GA databricks runtime - removes explicit declaration of reactor-core dependency (allow version to come from azure-core) - removes explicit declaration...
### Added - KustoRequest object **Why:** Adding this object allows for extensibility without changing method signatures or chaining methods until you reach an implementation, which should reduce the surface of...
### Changed Retry loading ResourceManager resources in all cases
### Added Documentation covering the configuration and usage of tracers in the instrumentation package. ### Changed ### Fixed
**Is your feature request related to a problem? Please describe.** Not related to a problem, but I'd like to ask for permission to implement a feature after PR #335 where...
**Is your feature request related to a problem? Please describe.** As a developer or operator of a system using OpenTelemetry behind a REST API, the calls through the Kusto Query...
**This issue is with high importance.** We need to upgrade to storage client to V10 in order to get async operations. The current implementation is not async. In [version 10](https://docs.microsoft.com/en-us/java/api/overview/azure/storage?view=azure-java-stable)...
- New method in the client factory - KustoConnectionStringBuilder should support a string parameter - In the client implementation class, write to the log which option was used