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

fix(konnect): fix EnqueueRequestsFromMapFunc predicates for konnect entities #948

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Dec 20, 2024

What this PR does / why we need it:

Fixes an issue with missing EnqueueRequestsFromMapFunc predicates for types that are shared between KGO and KIC.

When some objects change, we need to check if that object should trigger the dependents to be enqueued. For instance KongConsumerGroup changes should only trigger a reconciliation for KongConsumers in that group then the group is bound to a KonnectGatewayControlPlane.

Otherwise we assume that's a group reconciled by KIC.

Which issue this PR fixes

Fixes #939

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect significant changes

@pmalek pmalek added this to the KGO v1.5.x milestone Dec 20, 2024
@pmalek pmalek self-assigned this Dec 20, 2024
@pmalek pmalek force-pushed the fix-EnqueueRequestsFromMapFunc-predicates branch 4 times, most recently from 01cbf49 to a169182 Compare December 23, 2024 15:06
@pmalek pmalek force-pushed the fix-EnqueueRequestsFromMapFunc-predicates branch from a169182 to 043a459 Compare December 23, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant