-
Software Development
Intellij unable to find classes from jar included in maven/gradle project
Problem: At times intellij is unable to identify classes even though you would have added respective jars in maven or…
Read More » -
Enterprise Java
Retention period and issue with Kafka data not getting deleted
Problem Default value of retention.ms attribute on kafka topis is set to 7 days but data still persist for pre…
Read More » -
Core Java
GC Logs changes for migrating from JDK 8 to JDK 11
Problem Moving from JDK 8 to JDK 11 is quiet subtle. One issue which many people have faced is regarding…
Read More » -
Enterprise Java
Challenges of moving from Kafka Mirror Maker to Brooklin for SSL Kafka Brokers
Problem Moving from Kafka mirror maker to Brooklin has its advantages written by me here. But doing this migration is…
Read More » -
Enterprise Java
Access spring Request scope cache in Singelton bean called from fork-join/thread pool
Problem: Spring enabled cache who’s scope is set to Request need to be accessed by a singleton bean which is…
Read More » -
Enterprise Java
Web socket Java client for Stomp-Spring server side
Problem : As an analysis for an issue I had to write a simple java web socket client site code…
Read More » -
Enterprise Java
Websockets with Jmeter: Getting Performance Numbers
Problem: I can across a problem recently where it was needed to test performance of SockJs/Stomp Spring websocket broker for…
Read More »