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

Handle JSON serialization & deserialization and JSON formatted generic error objects #88

Open
SouquieresAdam opened this issue Sep 6, 2023 · 0 comments
Labels
enhancement This issue or pull request improves a feature

Comments

@SouquieresAdam
Copy link
Collaborator

Problem

Many Kafka Streams users are more at easy using JSON instead of AVRO, I would like to be able to use KStreamplify as easily with JSON as it's easy to use with AVRO.

Suggestion

I would like to rename (or deprecate) SerdesUtils in favor of AvroSerdesUtils (since the library has no Major release yet !) and to create a JsonSerdesUtils to easily get a generic Serdes for Avro or JSON in the same transparent & generic way.

Alternatives Considered

A clear and concise description of any alternative solutions or features you've considered.

Additional Context

A pull request will follow.

@SouquieresAdam SouquieresAdam added the enhancement This issue or pull request improves a feature label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue or pull request improves a feature
Projects
None yet
Development

No branches or pull requests

1 participant