filgiuff
filgiuff
I've tried with different versions of Kafka and docker-compose Following one that I used: ``` version: "3" services: zookeeper: image: docker.io/bitnami/zookeeper:3 ports: - "2181:2181" volumes: - "zookeeper_data:/bitnami" environment: - ALLOW_ANONYMOUS_LOGIN=yes...
Here it is a message from the log when this error happens: ``` iotstack_agent-json.1.qhlre44iss8j@vm-1 | time=2019-12-21T04:00:39.073Z | lvl=ERROR | corr=d6e924ac-9c55-447b-aff2-dc608caea292 | trans=d6e924ac-9c55-447b-aff2-dc608caea292 | op=IoTAgentNGSI.DomainControl | srv=n/a | subsrv=n/a | msg=DisconnectedError:...
> > > Which values do you have in your configuration for server.reconnectTries and server.reconnectInterval? Have you tried the advice of increasing them in order to see if the problem...
Following your suggestion, I put 2 environment variables with these value: **IOTA_MONGO_RETRIES=10** **IOTA_MONGO_RETRY_TIME=10** on the agent configuration, but the problem happens again. Do you know what can be the correct...