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

Feat: add introduction of --disable-consumer-sync in konnect KIC section #7898

Merged
merged 5 commits into from
Sep 26, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/konnect/gateway-manager/kic.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ Item | Description
**Summary** | This section displays the traffic and error rate of your KIC data plane node.
**Analytics** | Analytics data for the KIC data plane node. You can configure the analytics options using the [**Analytics tool**](/konnect/analytics/).

{% if_version gte:3.3.x %}
lena-larionova marked this conversation as resolved.
Show resolved Hide resolved
### Optimize performance of synchronizing configuration
randmonkey marked this conversation as resolved.
Show resolved Hide resolved

When your environment has many `KongConsumer`s, they can slow down your configuration synchronization with {{site.konnect_short_name}}. {{site.kic_product_name}} provides a `--disable-consumer-sync` flag to disable synchronizing consumers with {{site.konnect_short_name}}. You can enable this flag to make the synchronization faster. See [{{site.kic_product_name}} CLI arguments](/kubernetes-ingress-controller/latest/reference/cli-arguments/) for more details.
lena-larionova marked this conversation as resolved.
Show resolved Hide resolved

{% endif_version %}
lena-larionova marked this conversation as resolved.
Show resolved Hide resolved

randmonkey marked this conversation as resolved.
Show resolved Hide resolved
## KIC analytics compatibility

The following table describes which {{site.base_gateway}} versions are compatible with the KIC analytics feature in {{site.konnect_short_name}}:
Expand Down
Loading