Skip to content

Fix producerManager init#9591

Open
ymwneu wants to merge 1 commit intoapache:developfrom
ymwneu:fixFastChannelClose
Open

Fix producerManager init#9591
ymwneu wants to merge 1 commit intoapache:developfrom
ymwneu:fixFastChannelClose

Conversation

@ymwneu
Copy link
Copy Markdown
Contributor

@ymwneu ymwneu commented Aug 1, 2025

Which Issue(s) This PR Fixes

Fixes #9590

Brief Description

Optimize ProducerManager Logic by Passing brokerConfig During Initialization

Currently, during the initialization of ProducerManager by brokerController, the brokerConfig is not passed by default. However, some optimization logic in ProducerManager requires access to brokerConfig. To address this, we need to modify the code to pass the brokerConfig parameter when initializing ProducerManager.

How Did You Test This Change?

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.97%. Comparing base (2791833) to head (a6e3bf2).
⚠️ Report is 208 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9591      +/-   ##
=============================================
- Coverage      48.14%   47.97%   -0.18%     
+ Complexity     12075    12038      -37     
=============================================
  Files           1313     1313              
  Lines          92791    92791              
  Branches       11866    11866              
=============================================
- Hits           44675    44516     -159     
- Misses         42620    42755     +135     
- Partials        5496     5520      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

[Enhancement] Optimize ProducerManager init

4 participants