Skip to content

Commit

Permalink
Fixed a small issue in a comment. (deephaven#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti authored Nov 26, 2022
1 parent b3c7dfd commit 43b4017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redpanda/examples/python/kafka-produce-avro.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand All @@ -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.
#
Expand Down

0 comments on commit 43b4017

Please sign in to comment.