From f8e8861156e2c1a95da95b42d60e33ad942e1c7c Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Mon, 24 Aug 2015 17:08:03 -0700 Subject: [PATCH] remove section on new services (Heroku) --- docs/src/main/asciidoc/spring-cloud-heroku-connector.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-heroku-connector.adoc b/docs/src/main/asciidoc/spring-cloud-heroku-connector.adoc index 5a7d1c2..a8185f6 100644 --- a/docs/src/main/asciidoc/spring-cloud-heroku-connector.adoc +++ b/docs/src/main/asciidoc/spring-cloud-heroku-connector.adoc @@ -72,12 +72,6 @@ The connector will check for: To add support for a new provider of a service already listed above, add the provider's environment prefix to the list in `getEnvPrefixes()` on the `ServiceInfoCreator` class. -== Supporting New Service Types - -Extend `HerokuServiceInfoCreator` with a creator for <<_adding_service_discovery,your service's `ServiceInfo` class>>. - -Add the fully-qualified class name for your creator to `META-INF/service/org.springframework.cloud.heroku.HerokuServiceInfoCreator`. - == Limitations Unlike Cloud Foundry, Heroku exposes very little application information that is retrievable from within a running instance (for example, there is no good way to find the name of the application). If your application requires access to such information, you must make the information available through environment variables.