To develop the service locally you need: - Go 1.23+
To start the application locally
go run integration-connector-agent
By default the service will run on port 8080, to change the port please set HTTP_PORT
env variable
To test the application use:
make test