Olivier Tardieu
Olivier Tardieu
With the rapid evolution of the Ray Serve APIs, we have temporarily put Ray Serve on hold as a possible mechanism for accepting events in the initial open-source release. We...
Rayvens currently uses the Camel-K CLI to deploy Camel integrations with the Camel-K operator. Therefore, even in operator mode, the Ray image has to be augmented with the CLI to...
... and generate nice web pages.
When running a Camel source or sink in local mode (in the same context as the Stream actor it is attached to), the resource requirements of the Camel components should...
The current mechanism for configuring sources and sinks (an open-ended dictionary) does not make it easy for IDEs to support the configuration (list source and sink types, suggest configuration parameters)....
This [blog](https://medium.com/codeflare/rayvens-event-sources-sinks-and-event-driven-programming-with-ray-b229794dc41f) explains how to run Rayvens with `docker run`. These instructions should be included in the GitHub documentation. ``` docker run --rm -i -t -v "$PWD"/aapl.py:/home/ray/aapl.py \ quay.io/ibm/rayvens \...
We need to improve MCAD logging in particular switching to structured logging and revisiting log levels and log verbosity to facilitate log analysis.
When MCAD decides resources are not available to dispatch an AppWrapper, MCAD should summarize and expose the reasoning to the user. The explanation should include what kind of resources are...
The statuses today are: Pending, Running, Deleted, Failed, Completed, RunningHoldCompletion. We need to document these statuses, the possible transitions, and causes for these transitions. This includes documenting the mechanism currently...