We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The class
KNet/src/net/KNet/Specific/Serialization/KNetSerDes.cs
Line 30 in 48420b5
To Reproduce Steps to reproduce the behavior:
int
Expected behavior The record is produced to the topic
Screenshots No screenshot
Additional context The problem seems related to the SerSes allocated from KNetSerialization
The text was updated successfully, but these errors were encountered:
The problem is in the type used to invoke the serialization/deserialization like in the following line
KNet/src/net/KNet/Specific/Serialization/KNetSerialization.cs
Line 189 in 48420b5
KNet/src/net/KNet/Developed/Org/Apache/Kafka/Common/Serialization/IntegerSerializer.cs
Line 28 in 48420b5
KNet/src/net/KNet/Generated/Org/Apache/Kafka/Common/Serialization/Serializer.cs
Line 80 in 48420b5
Sorry, something went wrong.
#221 (comment): fix serialization/deserialization of types managed fo…
ab6be44
…rm Apache Kafka (#222)
masesdevelopers
Successfully merging a pull request may close this issue.
Describe the bug
The class
KNet/src/net/KNet/Specific/Serialization/KNetSerDes.cs
Line 30 in 48420b5
To Reproduce
Steps to reproduce the behavior:
int
as keyExpected behavior
The record is produced to the topic
Screenshots
No screenshot
Additional context
The problem seems related to the SerSes allocated from KNetSerialization
The text was updated successfully, but these errors were encountered: