Skip to content

[fix][fn] Honor producer batching configuration in Python runtime - #26394

Open
freeznet wants to merge 1 commit into
apache:masterfrom
freeznet:freeznet/python-functions-batching
Open

[fix][fn] Honor producer batching configuration in Python runtime#26394
freeznet wants to merge 1 commit into
apache:masterfrom
freeznet:freeznet/python-functions-batching

Conversation

@freeznet

@freeznet freeznet commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Fixes #26390

Main Issue: #xyz

PIP: #xyz

Motivation

Modifications

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

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

Copilot AI lite review requested due to automatic review settings August 20, 2026 15:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

[Functions] Python function runtime hardcodes producer batching config, ignoring producerSpec.batchingSpec

2 participants