From 43b4017078b378bcf216aaeb6602db478f5cf84b Mon Sep 17 00:00:00 2001 From: Cristian Ferretti <37232625+jcferretti@users.noreply.github.com> Date: Sat, 26 Nov 2022 18:49:00 -0500 Subject: [PATCH] Fixed a small issue in a comment. (#3112) --- redpanda/examples/python/kafka-produce-avro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redpanda/examples/python/kafka-produce-avro.py b/redpanda/examples/python/kafka-produce-avro.py index 5c864766bb9..aaf9374b0c0 100644 --- a/redpanda/examples/python/kafka-produce-avro.py +++ b/redpanda/examples/python/kafka-produce-avro.py @@ -38,7 +38,7 @@ # $ sh ./post-share-price-schema.sh # # The last command above should have loaded the avro schema in the file avro/share_price.json -# to the apicurio registry. You can check it was loaded visiting on the host the URL: +# to the schema registry. You can check it was loaded visiting on the host the URL: # http://localhost:8081/subjects/share_price_record/versions/1 # That page should now list 'share_price_record' as an available schema. # @@ -61,7 +61,7 @@ # $ sh post-avro-schema.sh avro/metric_sample.json metric_sample_record # # The last command above should have loaded the avro schema in the file avro/metric_sample.json -# to the apicurio registry. You can check it was loaded visiting on the host the URL: +# to the schema registry. You can check it was loaded visiting on the host the URL: # http://localhost:8081/subjects/metric_sample_record/versions/1 # That page should now list 'metric_sample_record' as an available schema. #