You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for starting this project.
I am familiar with testing REST API and GraphQL calls with Karate and hence looking at Karate to see if it helps in testing Kafka
A producer sends in JSON data to a topic, that is then converted to avro format by some custom code and written to another topic.
We need to consume the avro message from that topic and verify if it matches the original JSON input.
Is there a way to do that in Karate ?
Thanks
John
The text was updated successfully, but these errors were encountered:
I think the main issue is that the consumer expect the message payload is JSON.
We should have a way to deal with non-json message so AVRO and byte array will work
Hi @Sdaas
Thanks for starting this project.
I am familiar with testing REST API and GraphQL calls with Karate and hence looking at Karate to see if it helps in testing Kafka
A producer sends in JSON data to a topic, that is then converted to avro format by some custom code and written to another topic.
We need to consume the avro message from that topic and verify if it matches the original JSON input.
Is there a way to do that in Karate ?
Thanks
John
The text was updated successfully, but these errors were encountered: