VOOZH about

URL: https://www.javacodegeeks.com/author/abhijeet-iyengar

⇱ Abhijeet Iyengar, Author at Java Code Geeks


  • Software Development👁 Image
    Abhijeet IyengarNovember 19th, 2021
    0 362

    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👁 java-interview-questions-answers
    Abhijeet IyengarMay 11th, 2021
    0 412

    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👁 Image
    Abhijeet IyengarNovember 13th, 2020
    0 3,262

    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👁 java-interview-questions-answers
    Abhijeet IyengarJune 11th, 2020
    0 205

    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👁 spring-interview-questions-answers
    Abhijeet IyengarMay 30th, 2020
    1 3,488

    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👁 java-interview-questions-answers
    Abhijeet IyengarAugust 28th, 2019
    0 1,233

    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👁 Image
    Abhijeet IyengarAugust 27th, 2019
    2 579

    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 »
Back to top button
Close