API proxy size limitation?

Is there a limit to the size of an API proxy that can be imported into Edge, such as 15MB? Proxy import/deployment might sometimes hang/fail if the bundle is too large. Jira ticket DOC-1370.

Solved Solved
0 4 1,177
1 ACCEPTED SOLUTION

Hi @Floyd Jones Yes there is and the limit is 15 MB . AFAIK the limit is because of default configurations in cassandra.

For on-prem you can change the following value in thrift_framed_transport_size_in_mb cassandra.yaml and in conf/apigee/management-server/repository.properties to change it .

View solution in original post

4 REPLIES 4

Hi @Floyd Jones Yes there is and the limit is 15 MB . AFAIK the limit is because of default configurations in cassandra.

For on-prem you can change the following value in thrift_framed_transport_size_in_mb cassandra.yaml and in conf/apigee/management-server/repository.properties to change it .

Awesome. Thanks, @sarthak. I'll add this to the docs.

Do you happen to know the property name in resository.properties?

same one. thrift_framed_transport_size_in_mb .