tree: 973136e509b256e3966f8d3b94d37472e8ca25ea
  1. kubernetes/
  2. project/
  3. src/
  4. .gitignore
  5. .scalafmt.conf
  6. build.sbt
  7. docker-compose.yml
  8. LICENSE
  9. README.md
docs-source/docs/modules/microservices-tutorial/examples/shopping-analytics-service-scala/README.md

Running the sample code

  1. Start a first node:

    sbt -Dconfig.resource=local1.conf run
    
  2. Start shopping-cart-service and add item to cart

  3. Notice the log output in the terminal of the shopping-analytics-service