From 4ae4d1f1cd4dad51b50b46a2c5c365901211bb8b Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sun, 12 Jun 2016 18:42:38 +0100 Subject: [PATCH] Add schema registry --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b9aad0e1..098b1dc23c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Spring Cloud Contract -What you always need it confidence in pushing new features into a new application or service in a distributed system. This project provides support for Consumer Driven Contracts in Spring applications, covering a range of options for writing tests, publishing them as assets, asserting that a contract is kept by producers and consumers, for HTTP and message-based interactions. +What you always need it confidence in pushing new features into a new application or service in a distributed system. This project provides support for Consumer Driven Contracts and service schemas in Spring applications, covering a range of options for writing tests, publishing them as assets, asserting that a contract is kept by producers and consumers, for HTTP and message-based interactions. Feature ideas: @@ -13,3 +13,4 @@ Feature ideas: - [ ] `DiscoveryClient` support so backends can be stubbed or mocked transparently (declaratively) - [ ] Actuator endpoints that verify the state of contracts supported by the host service - [ ] Something to make PACT easier to use in Spring Boot apps? +- [ ] Schema registries for binary formats like protobuf, thrift, avro