Skip to content

V1 fix kafka datacontenttype issue in to_structured conversion#296

Open
xSAVIKx wants to merge 5 commits into
v1from
v1-fix-kafka-datacontenttype-295
Open

V1 fix kafka datacontenttype issue in to_structured conversion#296
xSAVIKx wants to merge 5 commits into
v1from
v1-fix-kafka-datacontenttype-295

Conversation

@xSAVIKx
Copy link
Copy Markdown
Member

@xSAVIKx xSAVIKx commented May 26, 2026

Related Issue: #295

Type of change:

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description:

The original implementation was removing datacontenttype from the payload and this disconnects Python SDK with others. Although this is not a spec violation AFAIK this is worth changing.
This is kinda of a breaking change for those who rely on the exact message format but only if JSON parsing is in strict mode.

This should be backported to SDK v2 compat layer.


Pre-submission checklist:

  • I have read the CONTRIBUTING.md file.
  • I have signed off my commits using git commit --signoff.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the documentation (README.md, CHANGELOG.md, etc.) as necessary.
  • I have run pre-commit and tox and all checks pass.
  • This pull request is ready to be reviewed.

xSAVIKx and others added 4 commits May 26, 2026 20:04
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
…tion

Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
@xSAVIKx xSAVIKx changed the title V1 fix kafka datacontenttype 295 V1 fix kafka datacontenttype issue in to_structured conversion May 26, 2026
…nverter

Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
@xSAVIKx xSAVIKx requested a review from a team May 26, 2026 18:16
@xSAVIKx xSAVIKx self-assigned this May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant