Open ccgarant opened 9 months ago
Hi, trying to give some hint here.
I think it's related to the container healthcheck definition in the docker-compose.yaml
file:
healthcheck:
test: [ "CMD-SHELL", "kafka-topics.sh --bootstrap-server kafka:9092 --topic hc --create --if-not-exists && kafka-topics.sh --bootstrap-server kafka:9092 --topic hc --describe" ]
So it will try to create (if not existent) the "hc" topic at each check. Probably it's redundant for the simlpe healthcheck purpose but anyway, this should justify the logs you are seeing.
That's definitely close than where I was. Thanks. I wonder now how I can work around this. I'll try tweaking things and report back. Any ideas welcomed.
While watching the logs after first launching the bot, I'm getting repeated kafka "TOPIC_ALREADY_EXISTS (Topic 'hc' already exists.) " followed by ergo-amm-executioner new heights.
What does this actually mean? Is this an error?