Spring Boot Hikari Connection Pool Tutorial

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 6

  • @fahadgaliwango4502
    @fahadgaliwango4502 5 місяців тому +1

    you simplified connection pooling, now ready to implement it without copy paste , thanks

  • @satishkumar_kandasamy
    @satishkumar_kandasamy 5 місяців тому +1

    BTW good explanation 👍

  • @satishkumar_kandasamy
    @satishkumar_kandasamy 5 місяців тому

    What is connection leak here. Threads are waited for connection object for specified time I.e. idel time. Will those thread again get connection object? Or request will be failed ?

    • @JavaTechSolutions
      @JavaTechSolutions  5 місяців тому +1

      Request will fail based on the timeout. If till the time connection is available then request will be processed else it will fail