Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support Function compute #4789

Open
2 of 3 tasks
qqeasonchen opened this issue Mar 12, 2024 · 4 comments
Open
2 of 3 tasks

[Feature] Support Function compute #4789

qqeasonchen opened this issue Mar 12, 2024 · 4 comments
Labels
feature help wanted Extra attention is needed

Comments

@qqeasonchen
Copy link
Contributor

Search before asking

  • 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

@pmupkin
Copy link
Contributor

pmupkin commented Apr 21, 2024

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

@Pil0tXia
Copy link
Member

@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 Pil0tXia added the help wanted Extra attention is needed label Apr 22, 2024
@jevinjiang
Copy link
Contributor

jevinjiang commented Apr 22, 2024

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

@Pil0tXia
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants