docs polishing - schema registry samples

This commit is contained in:
Soby Chacko
2018-03-19 15:10:34 -04:00
parent 7569127dea
commit e3916f9024
@@ -25,6 +25,11 @@ Build the project: `./mvnw clean package`
----
<ROOT_OF_CONFLUENT_PLATFORM_INSTALLATION>/bin/schema-registry-start ./etc/schema-registry/schema-registry.properties
----
In order to run this sample, you need to set compatibility to `NONE` on Confluent schema registry server.
`curl -X PUT http://127.0.0.1:8081/config -d '{"compatibility": "NONE"}' -H "Content-Type:application/json"`
- Start `consumer` on another terminal session
[source,bash]
----