Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for AVRO format #1

Open
johnchandra opened this issue Sep 15, 2020 · 2 comments
Open

Support for AVRO format #1

johnchandra opened this issue Sep 15, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@johnchandra
Copy link

johnchandra commented Sep 15, 2020

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

@Sdaas Sdaas self-assigned this Sep 15, 2020
@Sdaas Sdaas added the enhancement New feature or request label Sep 15, 2020
@Sdaas
Copy link
Owner

Sdaas commented Sep 15, 2020

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.

Sdaas pushed a commit that referenced this issue Sep 26, 2020
@loicmathieu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants