fermyon / spinkube-performance

A SpinKube Performance Test Suite
Apache License 2.0
1 stars 3 forks source link

Add multicomponent sample app #66

Open kate-goldenring opened 3 months ago

kate-goldenring commented 3 months ago

A Spin app with one handler which is a component composed of several components

vdice commented 3 months ago

At what level do we want/expect the component composition to occur? Are we envisioning the use of wac to compose several components into one? Or is this more about composing at the spin.toml level (i.e. via local service chaining)? E.g. an app with one main handler component which makes backend call(s) to one or more peer components?

kate-goldenring commented 2 months ago

I was thinking of the former: using wac to compose components into one. Maybe we create a separate issue for the latter on multi-handle sample app? We also probably want a multi-trigger one too