Damian Horna

Results 2 comments of Damian Horna

Hi, I've got the same issue. Apparently the error appears when cygnus is checking whether a specific kafka topic exists. ``` cygnus_1 | time=2021-04-23T09:04:54.013Z | lvl=DEBUG | corr=f7bffea0-a412-11eb-8d4a-0242ac190003 | trans=9aebe718-5668-47af-bb02-306ffbbaa1e1...

Possible steps to reproduce: **docker-compose.yml**: ``` version: "3.9" services: mongo: image: mongo:4.4 command: --nojournal orion: image: fiware/orion links: - mongo ports: - "1026:1026" command: -dbhost mongo cygnus: image: fiware/cygnus-ngsi volumes:...