-
Bug
-
Resolution: Done
-
Major
-
JDG 7.0.0 ER6
-
None
The fix for JDG-341 will introduce a new configuration file named cloud.xml that will include the JGroups protocol stacks for the gossip router, AWS, and Google. (And eventually Azure) There are now 3 AWS stacks to deal with JDG-341. Customers will need to use this configuration file when starting the server using a command like:
bin/standalone.sh -c cloud.xml -Djboss.node.name=node0 -Djboss.socket.binding.port-offset=0 -Djboss.default.jgroups.stack=s3-public -Djgroups.s3.bucket=jdg-jgroups-public
We can talk about the other commands needed once the PR is integrated.