Nitin Kumar Bargoti

Drupal

How to use singleton design pattern with Elasticsearch in Drupal 9

Singleton design pattern is really useful to use the same object over multiple calls. For third party softwares for examples like Apache Solr, elastic search, Redis, etc. it is not good practice to create the connection object again and again, rather a single object can be used multiple times. In such cases singleton design patterns can...

20-Apr-2022