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

Reconcile Consumer's CGs using declarative API #634

Open
1 task
czeslavo opened this issue Sep 23, 2024 · 0 comments
Open
1 task

Reconcile Consumer's CGs using declarative API #634

czeslavo opened this issue Sep 23, 2024 · 0 comments

Comments

@czeslavo
Copy link
Contributor

Problem Statement

As a stopgap before the 1.4 release, we used the existing imperative APIs (list + add/remove) to reconcile KongConsumer's ConsumerGroups with Konnect. There are plans to expose a declarative interface that should enable us to make these associations be propagated in just one call instead of multiple adds/removes.

Proposed Solution

Instead of calculating a difference between the actual and desired consumer groups' assignments, use the new declarative API.

Additional Information

Upstream API work is tracked under https://konghq.atlassian.net/browse/KOKO-1952.

Acceptance Criteria

  • When a KongConsumer defines it belongs to multiple ConsumerGroups, this is propagated to Konnect in no more than one declarative call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant