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

Enable support for rich datatypes in dotnet - isolated based apps using Kafka extension #472

Open
raorugan opened this issue Jan 17, 2024 · 0 comments

Comments

@raorugan
Copy link
Contributor

Problem : Today dotnet isolated supports only string and string array which is leading to manually deserialize if the topics messages are Avro, JSON or byte arrays[]. This is creating manual effort and perf impact.

Ask : Allow rich data types in isolated worker available for sdks so that all required data types are supported by Kafka.  And there would not be a need to deserialize messages into compatible data types

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

No branches or pull requests

1 participant