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: sideInput example #22

Merged
merged 6 commits into from
Dec 11, 2023
Merged

chore: sideInput example #22

merged 6 commits into from
Dec 11, 2023

Conversation

shubhamdixit863
Copy link
Contributor

No description provided.

use tonic::{async_trait};
use tokio::spawn;

const DIR_PATH: &str = "/var/run/numaflow/sideinput.sock";
Copy link
Member

Choose a reason for hiding this comment

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

why are we watching on .sock file? that file is for the UDS socket.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I forgot to push the changes ,updated the path now

@vigith vigith changed the title SideInput example with udf chore: sideInput example Dec 11, 2023
Signed-off-by: shubham <[email protected]>
@vigith
Copy link
Member

vigith commented Dec 11, 2023

could you please run this locally and make sure it is working?

@vigith vigith merged commit 82fb19e into numaproj:main Dec 11, 2023
2 checks passed
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