Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cleanup][broker] Remove unused NamespaceBundleFactory parameter when creating OwnershipCache #22482

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

BewareMyPower
Copy link
Contributor

Motivation

#11012 removes all uses of the NamespaceBundleFactory field in OwnershipCache and #17768 removes that field. However, the constructor of OwnershipCache still has the
NamespaceBundleFactory parameter.

Modifications

Remove that parameter from the constructor.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository:

… creating OwnershipCache

### Motivation

apache#11012 removes all uses of the
`NamespaceBundleFactory` field in `OwnershipCache` and
apache#17768 removes that field. However,
the constructor of `OwnershipCache` still has the
`NamespaceBundleFactory` parameter.

### Modifications

Remove that parameter from the constructor.
@BewareMyPower BewareMyPower added type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use area/broker labels Apr 11, 2024
@BewareMyPower BewareMyPower added this to the 3.3.0 milestone Apr 11, 2024
@BewareMyPower BewareMyPower self-assigned this Apr 11, 2024
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Apr 11, 2024
@merlimat merlimat merged commit 51ecd02 into apache:master Apr 13, 2024
55 of 57 checks passed
@BewareMyPower BewareMyPower deleted the bewaremypower/owner-cache branch April 17, 2024 03:26
hanmz pushed a commit to hanmz/pulsar that referenced this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/broker doc-not-needed Your PR changes do not impact docs ready-to-test type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants