From cb09722cd497fff8103c63d92415d33a44870496 Mon Sep 17 00:00:00 2001 From: guozhenyang Date: Tue, 19 Dec 2023 18:42:45 +0800 Subject: [PATCH] Fix format string typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ca9de8..b16cd060 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Decode key as 32-bit signed integer and value as 16-bit signed integer followed Output consumed messages according to format string: - $ kcat -b mybroker -t syslog -f 'Topic %t[%p], offset: %o, key: %k, payload: %S bytes: %s\n' + $ kcat -b mybroker -t syslog -f 'Topic %t[%p], offset: %o, key: %k, payload: %s bytes: %S\n' Read the last 100 messages from topic 'syslog' with librdkafka configuration parameter 'broker.version.fallback' set to '0.8.2.1' :