[Feature] Support Function compute
Search before asking
- [X] I had searched in the issues and found no similar issues.
Feature Request
The function enables the creation of complex processing logic on a per-message basis, and brings simplicity and serverless concepts to event streaming, thereby eliminating the need to deploy a separate system such as Apache Spark or Apache Flink.
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct *
Before implementing Function compute, is it necessary to first implement Event Streaming as a prerequisite task?
@pmupkin
Before implementing Function compute, is it necessary to first implement Event Streaming as a prerequisite task?
IMHO, there is no conflict between the two, Event Streaming is not a pre-requisite for EventMesh Function.
@Pil0tXia Is this task to design some operators and window functions for events?
@jevinjiang It would require migrating the existing filter and transformer as callable functions.