Recently my docker based onpremise has stopped displaying events.
I can send events and get a response back, however no errors are displayed within Sentry…
Looking in the logs I see this:
snuba-consumer_1 | %3|1596588187.987|FAIL|rdkafka#producer-1| [thrd:kafka:9092/bootstrap]: kafka:9092/bootstrap: Connect to ipv4#172.22.0.10:9092 failed: Connection refused (after 0ms in state CONNECT, 1 identical error(s) suppressed)
snuba-consumer_1 | %3|1596588188.025|FAIL|rdkafka#consumer-2| [thrd:kafka:9092/bootstrap]: kafka:9092/bootstrap: Connect to ipv4#172.22.0.10:9092 failed: Connection refused (after 14ms in state CONNECT, 1 identical error(s) suppressed)
Any ideas how to resolve this issue? I have re-run ./install.sh to update to the latest, and also flushed redis with no success.