Drupal Decoupling Challenges and Resolutions
Submitted by
Davinder Snehi
on Wed, 08/14/2019 - 15:46
Session Details
Being into more than a decade, Drupal 8 came with default decoupling solutions based on Rest Resource Plugins and JSON:API module.
There are multiple problems while creating a Decoupled Drupal like:
- Preview Drupal Data
- APIs caching
- Invalidating Cache
- Multilpe APIs call on a single page
- Multiple APIs call result in Transaction Deadlock and Serialization Failure.
and many more.
We will be covering all those problems with solutions.
Apart from this following tools will be discussed :
- Kafka
- Custom API for invalidating Cache
- Sumologic