Add messaging topic more explicitly

This commit is contained in:
Dave Syer
2016-06-12 18:23:05 +01:00
committed by GitHub
parent 83793c105b
commit 95cd2d5c74

View File

@@ -8,6 +8,8 @@ Feature ideas:
- [ ] Spring Restdocs generators
- [ ] Wiremock support for Spring Boot apps
- [ ] Wiremock mock servers using `MockRestServiceServer` (from Spring Test)
- [ ] POJO-based contracts (packaging DTOs and stub declarations from the producer)
- [ ] Sample messages packaged and injectable into Spring Cloud Stream consumer tests
- [ ] `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?