Question on CRUD Actions w/ External SQL

If I want to consume and deserialize a message from Kafka, and then execute CRUD Actions in our external SQL Database directly from decisions using the data deserialized from Kafka, this is possible correct? I'm asking because my brief review / understanding of this would be a database structure, but then after reviewing, I'm wondering if this would have to be done in a raw sql step? Any links to existing documentation / datatype that should be used / CRUD guidelines specific for the above circumstance I'm talking about would be great!

Comments

Sign In or Register to comment.