eventmesh icon indicating copy to clipboard operation
eventmesh copied to clipboard

[Feature] Support Function compute

Open qqeasonchen opened this issue 1 year ago • 4 comments

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

qqeasonchen avatar Mar 12 '24 11:03 qqeasonchen

Before implementing Function compute, is it necessary to first implement Event Streaming as a prerequisite task?

pmupkin avatar Apr 21 '24 15:04 pmupkin

@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 avatar Apr 21 '24 20:04 Pil0tXia

@Pil0tXia Is this task to design some operators and window functions for events?

jevinjiang avatar Apr 22 '24 14:04 jevinjiang

@jevinjiang It would require migrating the existing filter and transformer as callable functions.

Pil0tXia avatar Apr 22 '24 15:04 Pil0tXia