There are 2 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-3b4de09a-70b5-4232-8633-e318f9972950 XWIKI-22854 Closed

Allow configuring the observation channel and jgroups from dynamic input

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-49607a98-7849-4b60-872e-87efceb554b8 Changes by Thomas Mortagne on 21/May/25 18:13
 
Resolution: Solved By
Status: In Progress Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-49607a98-7849-4b60-872e-87efceb554b8 Thomas Mortagne on 21/May/25 18:13
 

Enabling the remote observation and choosing the channel is now covered by XCOMMONS-3289.

Then for actual jgroup configuration, there are two choices:

  • with multicast it's generally possible to have a configuration file which is the same on all instances
  • jgroups configuration files natively support variables which values can be provided through system properties (but not environment variables AFAIK)

So I think this is good enough. Don't hesitate to create another issue if you feel that we really need a way to add support for environment variables in jgroups configuration files.