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

feat: Map Streamer #109

Merged
merged 11 commits into from
Dec 20, 2024
Merged

feat: Map Streamer #109

merged 11 commits into from
Dec 20, 2024

Conversation

yhl25
Copy link
Contributor

@yhl25 yhl25 commented Dec 19, 2024

fixes #108

Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
@yhl25 yhl25 requested review from vigith and BulkBeing December 19, 2024 13:03
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
numaflow/src/mapstream.rs Show resolved Hide resolved
numaflow/src/mapstream.rs Outdated Show resolved Hide resolved
numaflow/src/mapstream.rs Outdated Show resolved Hide resolved
/// use numaflow::map::Message;
/// let message = Message::new(vec![1, 2, 3]).keys(vec!["key1".to_string(), "key2".to_string()]);
/// ```
pub fn keys(mut self, keys: Vec<String>) -> Self {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use with_ prefix for methods that set the member fields and return Self, like with_keys(), with_tags()

yhl25 and others added 4 commits December 20, 2024 08:55
@yhl25 yhl25 requested a review from BulkBeing December 20, 2024 03:37
Signed-off-by: Yashash H L <[email protected]>
@yhl25 yhl25 requested a review from vigith December 20, 2024 03:49
@yhl25 yhl25 marked this pull request as ready for review December 20, 2024 05:03
Signed-off-by: Yashash H L <[email protected]>
@yhl25 yhl25 merged commit c9806a0 into main Dec 20, 2024
2 checks passed
@yhl25 yhl25 deleted the map-stream branch December 20, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Map Stream Functionality
3 participants