Skip to content

Commit

Permalink
Change topic name back
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholastmosher committed Apr 16, 2021
1 parent ba51a96 commit 0c564dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/01-produce-key-value/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async fn main() {
}

async fn produce_key_value() -> Result<(), fluvio::FluvioError> {
let producer = fluvio::producer("twop").await?;
let producer = fluvio::producer("key-value").await?;

let key = "Hello";
let value = "Fluvio";
Expand Down

0 comments on commit 0c564dc

Please sign in to comment.