Remove any and all references to bit.ly
This commit is contained in:
committed by
Ilayaperumal Gopinathan
parent
2d40a251fe
commit
119bbafc37
@@ -49,7 +49,7 @@ public class DataflowTemplateApplication implements ApplicationRunner {
|
||||
public void run(ApplicationArguments applicationArguments) throws Exception {
|
||||
final DataFlowTemplate dataFlowTemplate = getDataFlowTemplate("user", "secret99", "http://localhost:9393");
|
||||
|
||||
final String appRegistrationUrl = "https://bit.ly/Einstein-RC1-stream-applications-rabbit-maven";
|
||||
final String appRegistrationUrl = "https://dataflow.spring.io/rabbitmq-maven-latest";
|
||||
logger.info("\n\nImporting Applications from: {}.\n", appRegistrationUrl);
|
||||
|
||||
final PagedResources<AppRegistrationResource> appRegistrations =
|
||||
|
||||
@@ -103,8 +103,8 @@ public class LoadGeneratorApplication implements ApplicationRunner {
|
||||
}
|
||||
|
||||
private void importApps(DataFlowTemplate dataFlowTemplate) {
|
||||
final String taskAppRegistrationUrl = "https://dataflow.spring.io/Elston-GA-task-applications-maven";
|
||||
final String appRegistrationUrl = "https://dataflow.spring.io/Einstein-SR3-stream-applications-rabbit-maven";
|
||||
final String taskAppRegistrationUrl = "https://dataflow.spring.io/task-maven-latest";
|
||||
final String appRegistrationUrl = "https://dataflow.spring.io/rabbitmq-maven-latest";
|
||||
logger.info("\n\nImporting Stream Applications from: {}.\n", appRegistrationUrl);
|
||||
logger.info("\n\nImporting Task Applications from: {}.\n", taskAppRegistrationUrl);
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ NOTE: replace `chrisjs` with your docker hub user/org
|
||||
Register a stream using this processor in between `http` and `log`:
|
||||
|
||||
```
|
||||
dataflow:>app import --uri http://bit.ly/Einstein-SR2-stream-applications-kafka-docker
|
||||
dataflow:>app import --uri https://dataflow.spring.io/kafka-docker-latest
|
||||
dataflow:>app register --type processor --name python-processor --uri docker://chrisjs/python-processor:latest
|
||||
```
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@ Now we need to import the Composed Task Runner and the Spring Cloud Task App Sta
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
dataflow:> app import https://bit.ly/Dearborn-GA-task-applications-maven
|
||||
dataflow:> app import https://dataflow.spring.io/task-maven-latest
|
||||
----
|
||||
|
||||
If you want to import _just_ the Composed Task Runner applications:
|
||||
|
||||
@@ -11,9 +11,9 @@ Sabby Anandan; David Turanski; Glenn Renfro; Eric Bottard; Mark Pollack; Chris S
|
||||
|
||||
:spring-cloud-stream-docs: https://docs.spring.io/spring-cloud-stream/docs/{scst-core-version}/reference/htmlsingle/index.html
|
||||
:github-code: https://github.com/spring-cloud/spring-cloud-dataflow-samples
|
||||
:scdf-release-train-name: Einstein.GA
|
||||
:app-import-kafka-maven: https://bit.ly/{scdf-release-train-name}-stream-applications-kafka-10-maven
|
||||
:app-import-rabbit-maven: https://bit.ly/{scdf-release-train-name}-stream-applications-rabbit-maven
|
||||
|
||||
:app-import-kafka-maven: https://dataflow.spring.io/kafka-maven-latest
|
||||
:app-import-rabbit-maven: https://dataflow.spring.io/rabbitmq-maven-latest
|
||||
|
||||
ifdef::backend-html5[]
|
||||
|
||||
|
||||
@@ -3,5 +3,5 @@ access to public repositories, you will need to install the sample apps in your
|
||||
the server accordingly. The sample applications are typically registered using Data Flow's bulk import facility. For example, the Shell command `dataflow:>app import --uri {app-import-rabbit-maven}` _(The actual URI is release and binder specific so refer to the sample instructions for the actual URL)_.
|
||||
The bulk import URI references a plain text file containing entries for all of the publicly available Spring Cloud Stream and Task applications published to `https://repo.spring.io`. For example,
|
||||
`source.http=maven://org.springframework.cloud.stream.app:http-source-rabbit:2.1.0.RELEASE` registers the `http` source app at the corresponding Maven address, relative to the remote repository(ies) configured for the
|
||||
Data Flow server. The format is `maven://<groupId>:<artifactId>:<version>` You will need to https://repo.spring.io/libs-release/org/springframework/cloud/stream/app/spring-cloud-stream-app-descriptor/Einstein.GA/spring-cloud-stream-app-descriptor-Einstein.RELEASE.rabbit-apps-maven-repo-url.properties[download] the required apps or https://github.com/spring-cloud-stream-app-starters[build] them and then install them in your Maven repository, using whatever group, artifact, and version you choose. If you do
|
||||
Data Flow server. The format is `maven://<groupId>:<artifactId>:<version>` You will need to https://repo.spring.io/libs-release/org/springframework/cloud/stream/app/spring-cloud-stream-app-descriptor/Einstein.SR3/spring-cloud-stream-app-descriptor-Einstein.SR3.rabbit-apps-maven-repo-url.properties[download] the required apps or https://github.com/spring-cloud-stream-app-starters[build] them and then install them in your Maven repository, using whatever group, artifact, and version you choose. If you do
|
||||
this, register individual apps using `dataflow:>app register...` using the `maven://` resource URI format corresponding to your installed app.
|
||||
|
||||
Reference in New Issue
Block a user