WebSocket communication with client was removed and updated to an HTTP request for forecast, which sets up a single long chain of requests to each service to finally obtain the forecast GeoJSON.
Kafka producers/consumers were replaced to support simple request forwarding.
Added logging support for viewing status in containers/eventual support with FileBeats with Logstash.
Added configurations for Docker.
Added master docker-compose file for setting up all services within the system on a machine with support for x64/aarch64 Linux containers.
Switching Kafka implementations to HTTP in API Gateway.