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

chore: add flatmap example #68

Merged
merged 5 commits into from
Aug 1, 2024
Merged

chore: add flatmap example #68

merged 5 commits into from
Aug 1, 2024

Conversation

kohlisid
Copy link
Contributor

No description provided.

Sidhant Kohli added 2 commits July 31, 2024 15:24
Signed-off-by: Sidhant Kohli <[email protected]>
Signed-off-by: Sidhant Kohli <[email protected]>
@kohlisid kohlisid marked this pull request as ready for review July 31, 2024 22:28
@kohlisid kohlisid marked this pull request as draft July 31, 2024 22:29
Sidhant Kohli added 2 commits July 31, 2024 15:30
Signed-off-by: Sidhant Kohli <[email protected]>
Signed-off-by: Sidhant Kohli <[email protected]>
@kohlisid
Copy link
Contributor Author

curl -kq -X POST -d "hello,hello" https://localhost:8444/vertices/in

2024/07/31 22:48:36 (out)  Payload -  hello  Keys -  []  EventTime -  1722466116314  Headers -  Accept: */*, Content-Length: 11, Content-Type: application/x-www-form-urlencoded, User-Agent: curl/8.6.0,   ID -  cat-7047505-0-1
2024/07/31 22:48:36 (out)  Payload -  hello  Keys -  []  EventTime -  1722466116314  Headers -  User-Agent: curl/8.6.0, Accept: */*, Content-Length: 11, Content-Type: application/x-www-form-urlencoded,   ID -  cat-7047505-0-0

@kohlisid kohlisid marked this pull request as ready for review July 31, 2024 23:44
@kohlisid kohlisid requested review from vigith and yhl25 July 31, 2024 23:44
// Split the string by ","
let parts: Vec<&str> = s.split(',').collect();

// Print the resulting parts
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// Print the resulting parts
// return the resulting parts

.
Signed-off-by: Sidhant Kohli <[email protected]>
@kohlisid kohlisid merged commit f265a61 into numaproj:main Aug 1, 2024
2 checks passed
@kohlisid kohlisid deleted the e2e branch August 1, 2024 00:27
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.

2 participants