I am working on a scenario where I need to publish data from an Oracle stored procedure to an Apache Kafka topic during its execution. However, I am only able to find documentation related to querying data from Kafka topics to Oracle, not on how to produce to Kafka topics from an Oracle stored procedure. Is there any way to execute this asynchronously so that the procedure can continue without waiting for the Kafka publishing process to complete?