1

Consider I have rabbitmq or Amazon SQS from which I have to consume the data and validate the same with data in DB.

Is it possible to write consumer using karate which simply consumes data from a queue and stores it and validate against the data in DB.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
Sourabh Chapali
  • 361
  • 2
  • 7
  • 18

1 Answers1

1

Yes, using Java interop you can do anything. Refer this example: https://github.com/intuit/karate/tree/master/karate-netty#consumer-provider-example

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248