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

Include ConsumerGroupConsumers field in file.Content #993

Open
randmonkey opened this issue Aug 3, 2023 · 0 comments
Open

Include ConsumerGroupConsumers field in file.Content #993

randmonkey opened this issue Aug 3, 2023 · 0 comments
Assignees

Comments

@randmonkey
Copy link

randmonkey commented Aug 3, 2023

In dbless mode of kong gateway, caller need to configure relationship between consumers and consumer groups in consumer_group_consumers, like:

{
  "_format_version": "3.0",
  "consumers": [
    {
      "username": "test-consumer"
    }
  ],
  "consumer_group_consumers": [
    {
      "consumer_group": "test-consumer-group-1",
      "consumer": "test-consumer"
    }
  ],
  "consumer_groups": [
    {
      "name": "test-consumer-group-1"
    }
  ]
}

but now file.Content does not contain such a field, so we cannot configure it to Kong running in dbless mode via decK. This would block Kong/kubernetes-ingress-controller#4448.

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

No branches or pull requests

1 participant