Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Apr 8, 2024
1 parent 37438cf commit 9aaf521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public static void main(String[] args) {
logger.info("Start Kafka demo producer: " + args.length);

if (args.length < 3) {
logger.error("Missing arguments: [bootstrap-servers] [topio-name] [interval of update]");
logger.error("Missing arguments: [bootstrap-servers] [topic-name] [interval of update]");
return ;
}

Expand Down

0 comments on commit 9aaf521

Please sign in to comment.