My .NET application is stored procedure intensive and I need to create a Kafka topic from a stored procedure. I have a key process that is running on stored procedure and at the end of that process, I need to create a Kafka topic to trigger the next process from another .NET service. Do we have any documentation for using Kafka in a stored procedure. We use confluent's Kafka.