Replies: 2 comments 3 replies
-
My first impression is that is was just accidental that is was based on a difference in debug and release mode. It seems it read a faulty message, this might be a bug in the Something you could do is print the value bytes, and get the schema from schema registry. And get a minimal example like in .I can't really place the specific error, as it seems the schema (or at least |
Beta Was this translation helpful? Give feedback.
-
First finding: it's related to compilation optimizations
Setting optimization level to 0 makes the problem go away. Any superior optimization will trigger the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi
I read messages from rdkafka using this crate like this:
When running on debug mode using
cargo run
I see no decode error message. But when I run the same code in release mode, I get a lot of:What would you recommend to find out what's wrong please?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions