Cole

Results 45 comments of Cole

It hangs on the return in mapTo(). I'm not sure what the cause is though. Even without the if statement around the exception printing I get no stacktrace, so there...

I made some modifications to my print debugging and the problem is in the rowMapper's map() method. So the findFor() is working however the process hangs at map(rs, ctx). ```...

Out of curiosity, was your Tag class abstract?

Side note, you might want to offer multiple "flavors" for http client since several asynchronous clients exist that are rather opinionated and provide their own "future" or async types. vert,x...

I submitted a PR to bump the Apache HTTP Client to version 5 which has async support. For the most part the code from version 4 could be reused. Very...

Any update on this? I am running into issues where trying to query data fast enough is not possible due to ADX' 64MB query limit and the fact that there...

Just checking in again to see if anything is being done on this. CompletableFuture support from Apache HTTPClient 5 would be enough to resolve most of my issues I think.

I noticed the Java 11 implementation has gone through, would you like help refactoring to use the Java 11 client?

@AsafMah do you know if this is still in the pipeline along with the native Java client? I'm also noticing that this library using msal4j, are there plans to switch...

@yogilad do you know if async operation is still in the pipeline for the library? I would like to reduce the number of threads that must be allocated to kusto-java...