Dariusz Danielewski
Dariusz Danielewski
Here is a test case: ``` @Test public void isolatedQueueTest() throws InterruptedException { Queue pubSubMessageQueue = QueueFactories.unboundedQueue().build(); StreamSource.futureStream(pubSubMessageQueue, new LazyReact(Executors.newCachedThreadPool())) .parallel() .groupedBySizeAndTime(3, 20, TimeUnit.MILLISECONDS) .runFuture(Executors.newCachedThreadPool(), vectors -> vectors.forEach( bufferedMessages ->...
More accurate test case ``` @Test public void isolatedQueueTest() throws InterruptedException { Queue pubSubMessageQueue = QueueFactories.unboundedQueue().build(); ListX receiver = ListX.empty(); StreamSource.futureStream(pubSubMessageQueue, new LazyReact(Executors.newCachedThreadPool())) .parallel() .groupedBySizeAndTime(3, 20, TimeUnit.MILLISECONDS) .runFuture(Executors.newCachedThreadPool(), vectors ->...
> https://www.graalvm.org/22.1/reference-manual/graalvm-updater/#install-components-manually Same here. Corporations tend to use valid certificates from custom Trust Authorities. They are valid just not on the standard list. It would be great to add an...
Bad idea. Really bad idea. You want exception to be thrown? Use Automapper. Don't pollute decent micro-ORM due to someone's possible sloppiness.
If you want full- or medium-ORM functionality, consider Entity Framework or linq2db.
 Need I say more?
It should not be responsibility of Dapper to make sure that all data points requested are mapped to properties of a POCO. That is silly and unprofessional, dear @JimPiquant and...
I do recall many refer to it as micro-ORM. Object Relational Mapping. If you browse it on NuGet it reads: A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE,...
Not in the current version. But seems to be doable: https://blog.thenetw.org/2021/02/04/NTLM-Authentication-with-http-client/