From 764f1d402693866869a2cbfe6c16d857e3c8571c Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 5 May 2022 11:34:38 -0400 Subject: [PATCH] Update README.adoc --- .../schema-registry-confluent-avro-serializer/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema-registry-samples/schema-registry-confluent-avro-serializer/README.adoc b/schema-registry-samples/schema-registry-confluent-avro-serializer/README.adoc index 92a357e..d68f0a9 100644 --- a/schema-registry-samples/schema-registry-confluent-avro-serializer/README.adoc +++ b/schema-registry-samples/schema-registry-confluent-avro-serializer/README.adoc @@ -78,7 +78,7 @@ The consumer should log the results. {"id": "149637a9-c7a6-4ab8-b7aa-021c72d9ebd7-v2", "internalTemperature": 2.2332578, "externalTemperature": 0.0, "acceleration": 6.251889, "velocity": 65.84996} ---- -You can also sue external tools to query: +You can also use external tools to query such as the avro console consumer that is part of the Confluent Schema Registry: ---- ./bin/kafka-avro-console-consumer --topic sensor-topic \