Gerald Schermann
Gerald Schermann
Is there any update on this issue?
Any updates on this issue? I'm facing it as well running on the latest image (master-8fcce39), but I did experience it also with older kowl versions (starting with version 1.5)...
I think I have identified the issue. It has to do with Avro's variable length zig-zag coding and its resulting byte values. My Avro key schema is just a simple...
@weeco Yes, I saw that as well while testing. The thing is that Avro payloads also run through this code block, but skip it based on the `startsWithJSON` variable. We...
Looks good to me, that's exactly what I did when I was [debugging it](https://github.com/redpanda-data/console/commit/3a2713aaa6ac256fb6684ade4c29b7d0ca69a801). Thanks for fixing it :)
I believe we face a similar issue, in our case we are using Aiven's schema registry implementation [karapace](https://github.com/Aiven-Open/karapace). We see a lot of warnings about being unable to fetch the...
@weeco so far I wasn't able to reproduce the error after cleaning up some old soft-deleted schemas. Once the issue resurfaces, I will create a separate ticket. For the other...