NAVNEETVirtual Threads operating under the hoodI have discussed basics of virtual threads in below article where I am comparing the performance of creating virtual threads vs platform…Apr 3Apr 3
NAVNEETPerformance improvement with Virtual ThreadsWith Java 21 virtual threads are officially released. It is part of project Loom which was first brought to public as preview feature in…Apr 3Apr 3
NAVNEETConfiguring Lombok and Log using @Slf4jLombok project enables java developer to remove boilerplate code by use of annotations. Like with @Getter, @Setter one never has to write…Mar 23Mar 23
NAVNEETMaking Kafka Production ReadyIn this article I will summarize Kafka producer and consumer configurations which we should keep in mind before taking our application to…Mar 18Mar 18
NAVNEETReceive Message using Spring KafkaTemplateThose who are familiar with KafkaTemplate knows how easy it is to publish message to a topic using KafkaTemplate.Feb 26Feb 26
NAVNEETKafka concepts in 2 minutesKafka is open source real time events processing platform. As with any other messaging system it has 3 major components discussed below.Feb 24Feb 24