You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report @skarrok , could you provide some messagepack examples with the expected JSON equivalent that we can use in our unit tests that decode the binary payload to JSON?
Please note I don't really know possible edge cases but msgpack have some differences with json where strict conversion is impossible.
Also I am not sure if base64: (for binary data) prefix needed for Go msgpack library.
redpanda-console version back from December had no problem displaying binary data as (I assume) base64 string.
After updating to version v2.4.0 / 2024-01-23 I noticed that display and filtering of msgpack encoded messages and headers is broken.
Using
git bisect
I found commit 89f4152 that introduced this issue.What it looked like before commit 89f4152:
Value:
Headers:
And before I could use filter like
headers["X-Correlation-ID"] == "771b4325b16b4128b6cdba71ed590c13"
and it worked.How it looks now:
Value:
Headers:
And filtering by header values doesn't work.
Relevant section of config file
The text was updated successfully, but these errors were encountered: