sample-event: try synchronous kafka producing (#54748)
- when creating a sample event, try producing synchronously, since when
done through the sample_event
[endpoint](https://github.com/getsentry/sentry/blob/7e204dc42b2dd671aec955f108ea334dea72339e/src/sentry/api/endpoints/project_create_sample.py#L19),
we may not finish flushing before the request thread is terminated.
- can test this on S4S to see if fixes issue, and quickly revert before
it makes it to canary before it can cause problems, but I think it
should be fine?
Note: my understanding of kafka / how Django uWSGI lifecycles work is
not expert, so my analysis/assumptions here may be off.