January 2019
Beginner to intermediate
352 pages
8h
English
To manage the LRA, we need a coordinator that manages the saga processing. We have chosen a Narayana implementation, as a standalone service, to implement this concept.
You can download it at http://narayana.io/downloads/index.html; for our implementation, we will use version 5.9.0.
After downloading it, you will need to unzip it to a directory of your choice, which, from now on, will be defined as $NARAYANA_HOME.
Finally, you should run the Narayana LRA coordinator by using the following command:
$ java -jar $NARAYANA_HOME/rts/lra/lra-coordinator-swarm.jar -Dswarm.http.port=8580
We have now launched the coordinator as a standalone service that listens on port 8580 to avoid port conflicts with the services that we implemented ...
Read now
Unlock full access