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

[FLINK-36909] Reduce Stream Creation in StreamPatternSubscriber #142

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xiaochen-zhou
Copy link
Contributor

@xiaochen-zhou xiaochen-zhou commented Dec 16, 2024

In StreamPatternSubscriber mode, our current approach is to first fetch metadata for all streams, then create all streams, and subsequently apply filters. We can optimize this process by initially filtering stream identifiers, then fetching metadata and creating streams only for the filtered ones, thereby enhancing performance and reducing resource consumption.

@xiaochen-zhou xiaochen-zhou changed the title Reduce Number of Streams Fetched in StreamPatternSubscriber [FLINK-36909] Reduce Stream Creation in StreamPatternSubscriber Dec 17, 2024
@xiaochen-zhou xiaochen-zhou reopened this Dec 17, 2024
@xiaochen-zhou
Copy link
Contributor Author

Friendly ping, do you have time to take a look @AHeise 🙏 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant