Last week I was struggling with Ant because I changed my Eclipse installation path and I couldn’t run my build.xml anymore. The solution for this problem I’ve found out here.
I have just read an interesting article about patterns for handling errors in Kafka. The article presents four patterns for handling errors in Kafka applicat...
Interesting article about JUnit 5 parameterized tests using BDD (Behaviour-Driven Development) style. It shows an example of using @CsvSource as arguments so...
One of the common operations of the Collectors API introduced in Java 8 is the possibility to collect results into a result container like List, Set or Map. ...