Skip to content

rruizher/xpaas-jdg6-with-compatibility-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Image of xPaaS JDG 6 with compability mode configured from env vars

This is an addition to Red Hat xPaaS container image for Red Hat JBoss Data Grid. This image allows you to configure caches based on environment variables. See official documentation . Added a new environment variable for activating compatibility mode in a cache. Compatibility mode allows to use same cache from diffrent protocols (hotrod, memcached, rest).

To use

You need access to Red Hat xPaaS images. Build image with

docker build . -t image_name

New environment var for enabling compatibility mode

Based on cache name you will have to add

CACHE_NAMES=yourcache
YOURCACHENAME_COMPATIBILITY_ENABLED="true"

For the others possible params for configuring JDG caches see documentation on environment variables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages