-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham dixit <[email protected]>
Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham <[email protected]>
examples/sideinput-udf/src/main.rs
Outdated
use tonic::{async_trait}; | ||
use tokio::spawn; | ||
|
||
const DIR_PATH: &str = "/var/run/numaflow/sideinput.sock"; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Signed-off-by: shubham <[email protected]>
could you please run this locally and make sure it is working? |
No description provided.