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

recordType does not take into account differences between key and value for kafka #654

Closed
a1shadows opened this issue Mar 31, 2024 · 3 comments

Comments

@a1shadows
Copy link
Collaborator

When we supply recordType for kafka producer or consumer step or RAW/JSON, it assumes that both key and value will be both either RAW or JSON.

In reality, there are many scenarios where the key is an integer/string but the value is JSON.

@a1shadows
Copy link
Collaborator Author

@authorjapps what are your thoughts?

@authorjapps
Copy link
Owner

@authorjapps what are your thoughts?

@a1shadows , is it possible to provide an example with a usecase please?

A scenario with steps will be useful.

@a1shadows
Copy link
Collaborator Author

I think #657 is an example of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants