Skip to content

Commit

Permalink
Change port number
Browse files Browse the repository at this point in the history
  • Loading branch information
pataruco authored and olliebatch committed Dec 22, 2023
1 parent 2489cc8 commit ac8f126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-containers-k8s/notification-service/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use rdkafka::{
async fn main() -> anyhow::Result<()> {
println!("Notification service started");

let consumer = create_consumer("localhost:9092")?;
let consumer = create_consumer("localhost:29092")?;

consumer.subscribe(&["OrderPlacedEvent"])?;

Expand Down

0 comments on commit ac8f126

Please sign in to comment.