KVM Limited to 100 count

As per below link we can only have 100 KVM entries per environment or org. Is there anyone using more than 100 or if this is the limit, what are the options to extend it. Any other suggestions that can be used to avoid breaching the limit.

Solved Solved
1 4 423
1 ACCEPTED SOLUTION

Hi @Manisha ,

As mentioned in the limits documentation, this limit of 100 is currently not enforced. So you would be able to create more KVMs as of now. However, this might change in the future.

Given your use-case, you could club some of the KVMs together and segregate them using the key prefixes.

eg: use customer__ prefix for the existing customer KVM's keys and payments__ prefix for the existing payments KVM's keys; and club them in a single KVM. Please note the '__'. Refer: https://docs.apigee.com/api-platform/reference/policies/key-value-map-operations-policy#ParameterEle...

View solution in original post

4 REPLIES 4

Link related to APIGEE to limits : https://docs.apigee.com/api-platform/reference/limits

@Manisha - curious to know the use case and why you would need more than 100 ! How are you using it today ?

@Sai Saran Vaidyanathan

We have an implementation where create three KVMs for each new domain we start with. We recently added 6 KVMs as we got two new domains added. Domains here are like customer, payments, config etc which will have respective endpoints in them.

Also we have KVMs for common configurations which are shared across various flows.

We haven't reached the limit yet, but looking at the trend we might reach in sometime. Therefore would like to know alternate options if limitation is as per the link.

Hi @Manisha ,

As mentioned in the limits documentation, this limit of 100 is currently not enforced. So you would be able to create more KVMs as of now. However, this might change in the future.

Given your use-case, you could club some of the KVMs together and segregate them using the key prefixes.

eg: use customer__ prefix for the existing customer KVM's keys and payments__ prefix for the existing payments KVM's keys; and club them in a single KVM. Please note the '__'. Refer: https://docs.apigee.com/api-platform/reference/policies/key-value-map-operations-policy#ParameterEle...