CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
215 stars 19 forks source link

cc-logs-application-view: should we keep the `too-many-logs` workflow? #1034

Open pdesoyres-cc opened 2 months ago

pdesoyres-cc commented 2 months ago

When there are too many logs, we start a workflow that pauses the logs stream and asks for confirmation from the user. This is to:

It comes with some problems:

All this workflow comes from the fact that the API is based on Pulsar. The index-as-a-service will help us tackle those limitations, but this is to be done in the long term.

This is also an experiment, but maybe this is not a good idea, and maybe we can find other alternatives.