Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: obaydullahmhs <[email protected]>
  • Loading branch information
obaydullahmhs committed Sep 5, 2024
1 parent 7279172 commit f08dad0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/guides/kafka/schemaregistry/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ $ curl localhost:8080/apis/registry/v2/groups/quickstart-group/artifacts | jq
}
```

> **Note**: You can also use Schema Registry with Confluent 7 compatible REST APIs. To use confluent compatible REST APIs, you have to add `apis/ccompat/v7` after url address.(e.g. `localhost:8081/subjects` -> `localhost:8080/apis/ccompat/v7/subjects`)

### Accessing Schema Registry(UI)

You can also use the Schema Registry UI to interact with the Schema Registry. The Schema Registry UI is available at port `8080` of the Schema Registry service.
Expand All @@ -314,9 +316,6 @@ You will see the following screen:

From the UI, you can create, update, delete, and view the schema. Also add compatibility level, view the schema history, etc.

## Use Schema Registry with Kafka



## Cleaning up

Expand Down

0 comments on commit f08dad0

Please sign in to comment.