spring-cloud / spring-cloud-schema-registry

A schema registry implementation for Spring Cloud Stream
47 stars 28 forks source link

Fix path for api call to schema registry to fetch schema by id #32

Closed frombrest closed 4 years ago

frombrest commented 4 years ago

Schema Registry API correct endpoint: https://docs.confluent.io/current/schema-registry/develop/api.html#schemas

tzolov commented 4 years ago

Rebased and merged at 0cdff772bf62c33c8b578b143f5184666842ded0 @frombrest , thanks for discovering and fixing this issue! Appreciate extra effort to justify it with tests! ;)