spring-cloud / spring-cloud-connectors

Library to let cloud applications connect to services
Apache License 2.0
185 stars 161 forks source link

Add support for ServiceConnectorConfig on generic services #102

Closed viniciusccarvalho closed 9 years ago

viniciusccarvalho commented 9 years ago

When using ServiceConnectionFactory there's no way to pass a custom ServiceConnectorConfig on the generic implementation of service methods: https://github.com/spring-cloud/spring-cloud-connectors/blob/3ec88aba9ed85f2b09d2cafb620ad1d4a28aaa9d/spring-cloud-spring-service-connector/src/main/java/org/springframework/cloud/config/java/AbstractCloudConfig.java#L419

Adding this would allow new connectors to support custom configuration.

scottfrederick commented 9 years ago

Fixed in #103