Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit c872e04

Browse files
author
Sabby Anandan
committed
Update to Einstein.SR2 release of stream apps
1 parent e242a99 commit c872e04

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/getting-started-kubernetes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,8 +878,8 @@ dataflow:>app register --type sink --name log --uri docker://springcloudstream/l
878878
879879
Alternatively, if you want to register all out-of-the-box stream applications for a particular binder in bulk, you can use one of the following commands:
880880
881-
* RabbitMQ: `dataflow:>app import --uri http://bit.ly/Einstein-GA-stream-applications-rabbit-docker`
882-
* Kafka: `dataflow:>app import --uri http://bit.ly/Einstein-GA-stream-applications-kafka-docker`
881+
* RabbitMQ: `dataflow:>app import --uri http://bit.ly/Einstein-SR2-stream-applications-rabbit-docker`
882+
* Kafka: `dataflow:>app import --uri http://bit.ly/Einstein-SR2-stream-applications-kafka-docker`
883883
884884
For more details, review how to link:http://docs.spring.io/spring-cloud-dataflow/docs/{scdf-core-version}/reference/html/spring-cloud-dataflow-register-apps.html[register applications].
885885
=====

spring-cloud-dataflow-docs/src/main/asciidoc/getting-started-local.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ With:
322322
----
323323
====
324324

325-
. Modify the `app-import` service definition `command` attribute to replace `http://bit.ly/Einstein-GA-stream-applications-kafka-maven` with `http://bit.ly/Einstein-GA-stream-applications-rabbit-maven`.
325+
. Modify the `app-import` service definition `command` attribute to replace `http://bit.ly/Einstein-SR2-stream-applications-kafka-maven` with `http://bit.ly/Einstein-SR2-stream-applications-rabbit-maven`.
326326

327327

328328
[[getting-started-local-customizing-spring-cloud-dataflow-docker-mysql]]

spring-cloud-dataflow-docs/src/main/asciidoc/streams-monitoring-local.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Start the Skipper server. Then start the Data Flow server with the following pr
9191
Now if you deploy a simple stream that uses Kafka, such as
9292
[source,bash]
9393
----
94-
dataflow:>app import --uri http://bit.ly/Einstein-GA-stream-applications-kafka-maven --force
94+
dataflow:>app import --uri http://bit.ly/Einstein-SR2-stream-applications-kafka-maven --force
9595
dataflow:>stream create stream2 --definition "time --fixed-delay=10 --time-unit=MILLISECONDS | filter --expression=payload.contains('3') | log" --deploy
9696
----
9797

@@ -185,7 +185,7 @@ Start the Skipper server. Then start the Data Flow server with the following pr
185185
Now if you deploy a simple stream that uses Kafka, such as
186186
[source,bash]
187187
----
188-
dataflow:>app import --uri http://bit.ly/Einstein-GA-stream-applications-kafka-maven --force
188+
dataflow:>app import --uri http://bit.ly/Einstein-SR2-stream-applications-kafka-maven --force
189189
190190
dataflow:>stream create stream2 --definition "time --fixed-delay=10 --time-unit=MILLISECONDS | filter --expression=payload.contains('3') | log" --deploy
191191
----

spring-cloud-dataflow-docs/src/main/asciidoc/streams.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -380,19 +380,19 @@ and Spring Boot 2.1.x:
380380
|Artifact Type |Stable Release |SNAPSHOT Release
381381

382382
|RabbitMQ + Maven
383-
|http://bit.ly/Einstein-GA-stream-applications-rabbit-maven
383+
|http://bit.ly/Einstein-SR2-stream-applications-rabbit-maven
384384
|http://bit.ly/Einstein-BUILD-SNAPSHOT-stream-applications-rabbit-maven
385385

386386
|RabbitMQ + Docker
387-
|http://bit.ly/Einstein-GA-stream-applications-rabbit-docker
387+
|http://bit.ly/Einstein-SR2-stream-applications-rabbit-docker
388388
|http://bit.ly/Einstein-BUILD-SNAPSHOT-stream-applications-rabbit-docker
389389

390390
|Apache Kafka + Maven
391-
|http://bit.ly/Einstein-GA-stream-applications-kafka-maven
391+
|http://bit.ly/Einstein-SR2-stream-applications-kafka-maven
392392
|http://bit.ly/Einstein-BUILD-SNAPSHOT-stream-applications-kafka-maven
393393

394394
|Apache Kafka + Docker
395-
|http://bit.ly/Einstein-GA-stream-applications-kafka-docker
395+
|http://bit.ly/Einstein-SR2-stream-applications-kafka-docker
396396
|http://bit.ly/Einstein-BUILD-SNAPSHOT-stream-applications-kafka-docker
397397
|======================
398398

@@ -448,14 +448,14 @@ As an example, if you would like to register all out-of-the-box stream applicati
448448

449449
[source,bash,subs=attributes]
450450
----
451-
$ dataflow:>app import --uri http://bit.ly/Einstein-GA-stream-applications-kafka-maven
451+
$ dataflow:>app import --uri http://bit.ly/Einstein-SR2-stream-applications-kafka-maven
452452
----
453453

454454
Alternatively you can register all the stream applications with the Rabbit binder, as follows:
455455

456456
[source,bash,subs=attributes]
457457
----
458-
$ dataflow:>app import --uri http://bit.ly/Einstein-GA-stream-applications-rabbit-maven
458+
$ dataflow:>app import --uri http://bit.ly/Einstein-SR2-stream-applications-rabbit-maven
459459
----
460460

461461
You can also pass the `--local` option (which is `true` by default) to indicate whether the

0 commit comments

Comments
 (0)