Code Monkey home page Code Monkey logo

dd4t-cachechannel's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

dd4t-cachechannel's Issues

Invalidation of DCPs does not work

After the upgrade to Tridion 9, the invalidation of DCPs stopped working. The reason is that the custom serializer changes the keys of the cache event. This is not a good idea, because the content service needs to use the same connector and it must know for sure that the keys are the same as with the normal connector.

DD4T JMS Cache Invalidation with Tridion Object Cache implemented

I have implemented JMS based cache invalidation mechanism using Apache MQ, application is MVC.NET 4.0 application, I found there is lot of inconsistent behavior while we try to invalidate the cache, both Tridion Object and DD4T cache are enabled.

Following is the observation

MVC.NET does not support JMS object messaging so a custom TextJMSCacheChannelConnector class needs to be used (https://github.com/dd4t/dd4t-cachechannel) to handle text messages at both deployer and website level

If we implement TextJMSCacheChannelConnector class Tridion Object Cache does not gets invalidated as HandleMessage method is not implemented in TextJMSCacheChannelConnector and HandleMessage method in JMSCacheChannelConnector class is not handling Text Message and throwing error "Message Type not supported"

If Default JMSCacheChannelConnector is used then Tridion object cache does get invalidated, however DD4T cache does not get invalidated because it uses TextJMSCacheChannelConnector and it is not capable of handling object messaging.

I think we might need to implement a HandleMessage method in TextJMSCacheChannelConnector to handle text based messages as well.

Regards, Sameer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.