You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
We recently tried to turn on vsf api cache for some of our vsf magento2 powered stores.
We found that the module we pulled via composer (divante/magento2-vsbridge-indexer : 2.0.1) does contain the required cache invalidation processors from version 1 (for es5), but the corresponding trigger or class calls containing them have been removed.
Our Question: Was there a reason not to include them in the version or was something simply forgotten or postponed until later?
For us, the feature is now essential. As long as it is not available, we have to make do with the Redis TTL configuration in the VSF Api or FE instances.
An OnUpdate trigger when saving data in Magento would of course make much more sense (and was probably once thought of that way).
Thanks for your help
And Thankyou for your work! The vsf-bridge module and your vsf stack in general is great nonetheless!
The text was updated successfully, but these errors were encountered:
motau
changed the title
Missin invalidate trigger in version 2 for elasticsearch 6+
Missing invalidate trigger in version 2 (for elasticsearch 6+)
Dec 20, 2021
motau
changed the title
Missing invalidate trigger in version 2 (for elasticsearch 6+)
Missing cache invalidate trigger in version 2 (for elasticsearch 6+)
Dec 20, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Magento: v2.3.6
Elasticsearch: v7.4
We recently tried to turn on vsf api cache for some of our vsf magento2 powered stores.
We found that the module we pulled via composer (divante/magento2-vsbridge-indexer : 2.0.1) does contain the required cache invalidation processors from version 1 (for es5), but the corresponding trigger or class calls containing them have been removed.
Our Question: Was there a reason not to include them in the version or was something simply forgotten or postponed until later?
For us, the feature is now essential. As long as it is not available, we have to make do with the Redis TTL configuration in the VSF Api or FE instances.
An OnUpdate trigger when saving data in Magento would of course make much more sense (and was probably once thought of that way).
Thanks for your help
And Thankyou for your work! The vsf-bridge module and your vsf stack in general is great nonetheless!
The text was updated successfully, but these errors were encountered: