diff --git a/roadmaps/2.2.0.md b/roadmaps/2.2.0.md index 021f42b..648fc02 100644 --- a/roadmaps/2.2.0.md +++ b/roadmaps/2.2.0.md @@ -5,15 +5,9 @@ Note: Listed features are subject to change #### Features, Enhancements * Eureka * Support binding multiple urls for eureka servers - * Add support for other enhancements/features that have been added to Netflix Eureka and Spring Cloud Eureka * Add Health contributors * Config Server - * Circuit Breaker * Discovery Client -* Metrics Enhancements - * Instrumentation for Hystrix to add tracing and stats - * Instrumentation for EFCore to add tracing and stats - * Instrumentation for Connectors to add tracing and stats * Connectors * Add MongoDB connector * Add Gemfire/Geode connector (.NET Framework only) @@ -32,8 +26,18 @@ Note: Listed features are subject to change ##### Possible Feature Addition * Spring Cloud Stream (Messaging Abstraction) * Allow to use RabbitMQ and Kafka - * And update Hystrix to use Spring Cloud Stream + * Update Hystrix to use Spring Cloud Stream #### Other * Sign the NuGet packages + +#### Pushed to next release +* Eureka + * Add support for other enhancements/features that have been added to Netflix Eureka and Spring Cloud Eureka +* Metrics Enhancements + * Instrumentation for Hystrix to add tracing and stats + * Instrumentation for EFCore to add tracing and stats + * Instrumentation for Connectors to add tracing and stats +* Add Health contributors + * Circuit Breaker