I downloaded Confluent Platform (on local laptop MacOS) and followed instructions for starting kafka: https://docs.confluent.io/current/schema-registry/docs/intro.html
~/kafka/confluent-4.0.0/bin » confluent start schema-registry dnk306@9801a7a5b33d
Starting zookeeper
zookeeper is [UP]
Starting kafka
kafka is [UP]
Starting schema-registry
schema-registry is [UP]
Schema-registry by looking above seems that is up and running. How to check that is really running?
curl http://localhost:8081
curl: (7) Failed to connect to localhost port 8081: Connection refused