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: use std time instead of chrono time #112

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

chore: use std time instead of chrono time #112

wants to merge 5 commits into from

Conversation

yhl25
Copy link
Contributor

@yhl25 yhl25 commented Feb 13, 2025

No description provided.

@yhl25 yhl25 requested review from vigith and BulkBeing February 13, 2025 05:15
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
@@ -12,12 +12,12 @@ struct Cat;
#[tonic::async_trait]
impl mapstream::MapStreamer for Cat {
async fn map_stream(&self, input: mapstream::MapStreamRequest, tx: Sender<Message>) {
let payload_str = String::from_utf8(input.value).unwrap_or_default();
let splits: Vec<&str> = payload_str.split(',').collect();
// let payload_str = String::from_utf8(input.value).unwrap_or_default();
Copy link
Collaborator

Choose a reason for hiding this comment

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

This can be removed right?

yhl25 and others added 2 commits February 14, 2025 06:55
Signed-off-by: Yashash H L <[email protected]>

Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
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.

3 participants