Consume events from Kafka

Currently, Sentry consumes events from clients via http/https protocols.
Previously asked question Kafka as a communication protocol between services and Sentry shows that it requires additional changes on Sentry server. Add this option to SDK client is not so hard

I think it would be very handy to have an option to use messaging as a communication protocol (f.e. Kafka). Is it hard to add such consumer functionality? Maybe it’s already on the development road map (smth was mentioned in latest release notes https://github.com/getsentry/sentry/blob/master/CHANGES#L18)?