Skip to content

Commit

Permalink
Use SR 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Aug 23, 2021
1 parent 6e03695 commit 6c6520e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/0003-avro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ info "Producing Avro message to $topic"
value='{"number": 63, "name": "TestName"}'
echo $value | \
docker run --network=host -i \
confluentinc/cp-schema-registry:6.0.0 \
confluentinc/cp-schema-registry:6.1.0 \
kafka-avro-console-producer \
--bootstrap-server $BROKERS \
--topic $topic \
Expand All @@ -39,7 +39,7 @@ info "Producing keyed Avro message to $topic"
key='"An Avro Key"'
echo "$key:$value" |
docker run --network=host -i \
confluentinc/cp-schema-registry:6.0.0 \
confluentinc/cp-schema-registry:6.1.0 \
kafka-avro-console-producer \
--bootstrap-server $BROKERS \
--topic $topic \
Expand Down

0 comments on commit 6c6520e

Please sign in to comment.