Hey guys - looking into evaluating Prisma. I have a use case that based on inserts and updates, I need to put a message on a queue for downstream services to consume from. I know Prisma offers functions, but is writing to a queue possible?
h
Harshit
03/02/2019, 10:07 AM
You can do this operation in your application server.