-
Feature Request
-
Resolution: Done
-
Major
-
None
-
5.0.4
Now we have a docker image for JTS we need to look at making the state available after the image(s) go away. Remember that docker produces immutable images, so any state change that occurs within the running instance will be lost when the image dies, is taken out of service etc. Currently the docker image for JTS we have will store all of the transaction log information within the image, which is fine for testing purposes but not for a running deployment.
- is related to
-
JBTM-2267 Create a docker image with JTS transaction manager and recovery manager
- Closed