looks like I finally beat it. Sentry was failed to receive new events because ingest-consumer command in 10.0.0
doesn’t support --all-consumer-types
.
So, I think, it can be fixed by upgrade to dev-version or by creating 3 consumers for each type: events
(!), transactions
, attachments
.
Although, I still not sure what about old
events that was there before upgrade from 9.1.2 to 10.0.0 :-/
So, anyway, @BYK, it seems, you should bump kafka and zookeeper’s versions in docker-compose.yml to something newer (I’m not sure about minimal working versions, but setting 5.5.0
or latest
did the trisk for me).