karate-kafka
                                
                                 karate-kafka copied to clipboard
                                
                                    karate-kafka copied to clipboard
                            
                            
                            
                        Support for AVRO format
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
On my list of things to do, but I don't have a timeline. Happy to take a PR if you would like to take a crack at it.
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