projectriff / riff

riff is for functions
https://projectriff.io
Apache License 2.0
799 stars 64 forks source link

Standalone riff runtimes #1352

Closed scothis closed 5 years ago

scothis commented 5 years ago

riff supports two runtimes today (core, knative) and a third (streaming) is in progress. It should be easy to add or remove a runtime from a cluster without disturbing the other runtimes. This means that we'll likely want to have a distribution unit for each runtime. Since the core runtime is so small, we may want to cohabitate it with the builders.

scothis commented 5 years ago

Done in https://github.com/projectriff/system/issues/58