Skip to content

[fix][fn] Forward source message properties in Python runtime#26191

Open
sbourkeostk wants to merge 3 commits into
apache:masterfrom
sbourkeostk:python-forward-properties
Open

[fix][fn] Forward source message properties in Python runtime#26191
sbourkeostk wants to merge 3 commits into
apache:masterfrom
sbourkeostk:python-forward-properties

Conversation

@sbourkeostk

@sbourkeostk sbourkeostk commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Fixes #17773

Motivation

The Python functions runtime currently ignores the forward-source-message-property option and does not forward message properties. This PR fixes that.

Modifications

python_instance.py has been modified to check for the flag and copy the message properties if requested. Tests have been added.

Verifying this change

  • Make sure that the change passes the CI checks.

This change added tests and can be verified by running the Python functions tests.

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

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.

[Bug] python function ignores --forward-source-message-property true

1 participant