Please do not double post in the future (re Failed to create topic events · Issue #1092 · getsentry/onpremise · GitHub).
The main cause is here:
cimpl.KafkaException: KafkaError{code=_TIMED_OUT,val=-185,str="Failed while waiting for response from broker: Local: Timed out"}
It says it cannot talk to Kafka so you should check whether it is coming up or not.
Well okay it says it cannot receive a response back from Kafka in a reasonable amount of time. You still need to look into your Kafka logs to see what’s happening:
docker-compose logs kafka
PS: Please don’t paste screenshots for logs, only text.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.