Skip to main content
Question

How to create a Kafka Producer message with Groovy?

  • June 8, 2023
  • 0 replies
  • 129 views

EdwinDiaz
Fan

Hi all,

I need to receive a confirmation from Kafka after sending a message to proceed with a different business logic. The Kafka producer is a destination that requires a REST Service to send the response, but my current origin is a Groovy Scripting. I have tried to implement this process with a Groovy Processor Evaluator but the Kafka packages are not available. Does anyone know how to achieve this challenge?

Thanks,

Edwin