How to init servers

  docker compose up -d

Test java8 notification server

  cd test-app
  python3 test-java8-server.py

Test java19 notification server

  cd test-app
  python3 test-java19-server.py

Test golang notification server

  cd test-app
  python3 test-golang-server.py