Is it possible to use Kafka as a reporting channel to send events from client services to Sentry?
If you write or find the necessary input/output adapters (producer / consumer bridges), technically it sure is possible.
You can even have custom payloads on the producer side, that the consumer then would have to map onto the Sentry client API.