Skip to content

Commit 10ca9cb

Browse files
committed
replace whitespace with underscore
1 parent f846334 commit 10ca9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-java-console-sample/src/main/java/com/eventstreams/samples/ProducerRunnable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void run() {
7070
try {
7171
while (!closing) {
7272
String key = "key";
73-
String message = "{\"message\":\"This is a test message #\",\"message number\":" + producedMessages + "}";
73+
String message = "{\"message\":\"This is a test message #\",\"message_number\":" + producedMessages + "}";
7474

7575
try {
7676
// If a partition is not specified, the client will use the default partitioner to choose one.

0 commit comments

Comments
 (0)