Skip to content

Commit

Permalink
url modified
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <shubhamdixit863@gmail.com>
  • Loading branch information
shubhamdixit863 committed Dec 11, 2023
1 parent e208b3e commit 3faccfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sideinput-udf/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::path::Path;
use tonic::{async_trait};
use tokio::spawn;

const DIR_PATH: &str = "/var/run/numaflow/sideinput.sock";
const DIR_PATH: &str = "/var/numaflow/side-inputs";
struct UdfMapper {}
#[async_trait]
impl Mapper for UdfMapper {
Expand Down

0 comments on commit 3faccfa

Please sign in to comment.