Commit 47b02d1
fix: correct isinstance check to include bytearray in kafka conversion (#267)
The isinstance check in to_structured had a duplicate `bytes` entry
instead of `bytearray`, meaning bytearray data would not be correctly
base64-encoded in the structured kafka message.
Signed-off-by: Artem Muterko <artem@sopho.tech>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 778c2d1 commit 47b02d1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments