Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Publishing Data from Oracle Stored Procedure to Apache Kafka

Abhinav TPJan 13 2025

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?

Comments
Post Details
Added on Jan 13 2025
0 comments
231 views