How to run asynchronous task in Java and don't get into trouble.
CompletableFuture etc.
Feb 17, 20219 min read715

Search for a command to run...
Articles tagged with #java
CompletableFuture etc.

Some time ago, when I was implementing some performance test I faced the issue with parameterized tests and BeforeEach/AfterEach methods. I tried to test some scenario against few implementations of Pulsar functions to compare their performance. My i...
