3 Commits

Author SHA1 Message Date
Christian Tzolov
2d97ef26a6 Verify docs matches the latest SR changes
- add missing diagrams, fix figure links.
 - add section to run the registry as standalone service.
 - minor doc corrections.

 Resolves #16
2019-11-15 14:59:59 +01:00
Christian Tzolov
2ffe170280 Remove *.stream.* fragment from property prefixes
- SchemaRegistryClientProperties replace prefix from spring.cloud.cloud.schema-registry-client to spring.cloud.schema-registry-client.
 - AvroMessageConverterProperties replace prefix from spring.cloud.stream.schema.avro to spring.cloud.schema.avro.
 - SchemaServerProperties replace prefix from spring.cloud.stream.schema.server to spring.cloud.schema.server.
 - Inject EnvironmentPostProcessors to convert old properties into new format.
 - Add new tests and Parametrize existing tests to ensure backward compatibility.

 - proper empyt collection check

 Resolves #13
2019-11-06 11:40:43 -05:00
Soby Chacko
fb3eabc669 Initial commit
Migrating schema registry code from Spring Cloud Stream core into its own code base
2019-08-16 19:11:41 -04:00