Multiple Plugin Bundles for single API?

Each of my custom plugins are stored in their own repositories. We have pipelining that generates the artifacts (.so files) and creates a bundle, which is then download by Tyk Gateway via the bundle ID in the API definition.

This is a good approach.

However, we now have multiple plugin bundles, one for each plugin. The API Definition has a limitation in that it can only download a single Bundle.

Is there anything I can do to support this?

Hi, am afraid that multiple bundles for a single api is not currently supported. However, as a workaround you could create multiple apis (one per plugin) and then chain them.

1 Like