Coder Social home page Coder Social logo

karelcemus / play-redis-samples Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 3.0 33 KB

Set of samples for Play framework 2 cache plugin

License: Mozilla Public License 2.0

Scala 82.61% HTML 17.39%
scala redis-cache play-framework playframework play-cache play-redis example

play-redis-samples's People

Contributors

karelcemus avatar

Stargazers

 avatar

Watchers

 avatar

play-redis-samples's Issues

Error during creating and/or bounding bean of named cache in sentinel mode

Version of play-redis: 2.3.0
Version of Java: 8
Version of Play: 2.6.12
Describe the environment if applies (usually in cloud etc.): Docker
Describe the expected behavior:
Named caches provided in redis config (in sentinel mode) should be bounded to specific beans.
Describe the actual behavior, follow the same scenario:
The named cache does not bounding and throwing the following exception:
https://pastebin.com/dW0VFNZ4

Provide instructions to reproduce the issue:
The redis.conf file:

play.modules.disabled += "play.api.cache.ehcache.EhCacheModule"
play.modules.enabled += "play.api.cache.redis.RedisCacheModule"

play.cache.redis {
 
  # source property; standalone is default
  source: sentinel
 
  default-cache: "ContainerMgr"
  master-group: "r0"
  sentinels: [
    {
      host: redis.marathon.l4lb.thisdcos.directory,
      port: 26379
    }
  ]
}

We have 3 sentinel instances launched in the same containers that slaves and master in DCOS under single endpoint

The service where the named cache supposed to be injected:

   private final SyncCacheApi cache;

   @Inject
   public AppFactory(@Named("ContainerMgr")SyncCacheApi containerCache) {
       this.cache = containerCache;
   }

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.