Skip to content

Commit b739b3a

Browse files
SongAnChaoGitHub Enterprise
authored andcommitted
Merge pull request #21 from messagehub/weiz
Change standard plan to classic plan
2 parents 7d531a0 + 342c0ab commit b739b3a

File tree

17 files changed

+45
-41
lines changed

17 files changed

+45
-41
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ __Important Note__: Provisioning an Event Streams service in IBM Cloud® incurs
1919

2020

2121
## Connecting to your Event Streams for IBM Cloud Cluster
22-
In each sample, we demonstrate a single connection path for both our Standard and Enterprise plans respectively. The aim was to get you started quickly. However your client's needs might be different. Therefore we wrote a [guide](https://cloud.ibm.com/docs/services/EventStreams?topic=eventstreams-connecting#connecting) that discusses credential generation in detail and showing you all possible ways of doing this.
22+
In each sample, we demonstrate a single connection path for both our Classic and Standard/Enterprise plans respectively. The aim was to get you started quickly. However your client's needs might be different. Therefore we wrote a [guide](https://cloud.ibm.com/docs/services/EventStreams?topic=eventstreams-connecting#connecting) that discusses credential generation in detail and showing you all possible ways of doing this.
2323

2424
## Our APIs and Sample Applications
2525

kafka-java-console-sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It can be run locally on your machine or deployed into [IBM Cloud](https://cloud
55

66
For help with additional deployment modes, please refer to our [connection guide](https://cloud.ibm.com/docs/services/EventStreams?topic=eventstreams-connecting#connecting).
77

8-
__Important Note__: This sample creates a topic with one partition on your behalf. On the Standard plan, this will incur a fee if the topic does not already exist.
8+
__Important Note__: This sample creates a topic with one partition on your behalf. On the Classic and Standard plan, this will incur a fee if the topic does not already exist.
99

1010
## Running the application
1111

kafka-java-console-sample/docs/CF_Standard_Plan.md renamed to kafka-java-console-sample/docs/CF_Classic_Plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IBM Cloud Foundry deployment to a Standard Plan Event Streams for IBM Cloud
1+
# IBM Cloud Foundry deployment to a Classic Plan Event Streams for IBM Cloud
22

33
## Overview
44

kafka-java-console-sample/docs/CF_Enterprise_Plan.md renamed to kafka-java-console-sample/docs/CF_Standard_Enterprise_Plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# IBM Cloud Foundry deployment to an Enterprise Plan Event Streams for IBM Cloud
1+
# IBM Cloud Foundry deployment to an Standard/Enterprise Plan Event Streams for IBM Cloud
22

33
## Overview
44

55
To deploy and run the sample:
6-
* Create a Cloud Foundry Service Alias for your Enterprise Service
6+
* Create a Cloud Foundry Service Alias for your Standard/Enterprise Service
77
* Setup your `manifest.yml` with your service details
88
* Use `ibmcloud cf push --no-start` to deploy the app to IBM Cloud Foundry
99
* Re-configure binding with Manager role
@@ -13,7 +13,7 @@ To deploy and run the sample:
1313
## Set up a Cloud Foundry Service Alias
1414
Before continuing, connect to IBM Cloud with the [IBM Cloud command line interface](https://cloud.ibm.com/docs/cli?topic=cloud-cli-ibmcloud-cli).
1515

16-
The Enterprise plan is IAM enabled. Therefore the following extra step is required to create a Cloud Foundry alias for your Service:
16+
The Standard/Enterprise plan is IAM enabled. Therefore the following extra step is required to create a Cloud Foundry alias for your Service:
1717

1818
Create a Cloud Foundry alias for your service's associated CRN:
1919
```shell

kafka-java-console-sample/docs/Cloud_Foundry.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To build and run the sample, you must have the done the following:
1010
* Install [Gradle 4+](https://gradle.org/)
1111
* Install Java 7+
1212

13-
## Standard or Enterprise Plan?
13+
## Classic or Standard/Enterprise Plan?
1414

1515
**It's important to know which Event Streams for IBM Cloud plan you're using as the sample deployment steps are subtly different on each plan respectively.**
1616

@@ -20,17 +20,18 @@ If you are not sure what type of Event Streams for IBM Cloud instance you have t
2020

2121
*Please make sure you are in the appropriate Region, Account, Organization and Space where you provisioned your Event Streams instance!*
2222

23-
* Event Streams for IBM Cloud Standard plan services are "Cloud Foundry Services" with the plan column showing "Standard".
23+
* Event Streams for IBM Cloud Classic plan services are "Cloud Foundry Services" with the plan column showing "Classic".
24+
* Event Streams for IBM Cloud Standard plan services are "Services" with the plan column showing "Standard".
2425
* Event Streams for IBM Cloud Enterprise plan services are "Services" with the plan column showing "Enterprise".
2526

2627

2728
## Deploy the Application
2829

29-
As the Standard and Enterprise Plan deployment steps are subtly different, we split the deployment steps into separate sections. Please navigate to the appropriate page(s):
30+
As the Classic and Standard/Enterprise Plan deployment steps are subtly different, we split the deployment steps into separate sections. Please navigate to the appropriate page(s):
3031

31-
### [Standard Plan Deployment Guide](CF_Standard_Plan.md)
32+
### [Classic Plan Deployment Guide](CF_Classic_Plan.md)
3233

33-
### [Enterprise Plan Deployment Guide](CF_Enterprise_Plan.md)
34+
### [Standard/Enterprise Plan Deployment Guide](CF_Standard_Enterprise_Plan.md)
3435

3536

3637
## Further references

kafka-java-liberty-sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository holds a sample application that was built using Liberty for Java
66

77
For more information regarding IBM Event Streams for IBM Cloud, [see the documentation on IBM Cloud®](https://cloud.ibm.com/docs/services/EventStreams?topic=eventstreams-getting_started).
88

9-
__Important Note__: This sample creates a topic with one partition on your behalf. On the Standard plan, this will incur a fee if the topic does not already exist.
9+
__Important Note__: This sample creates a topic with one partition on your behalf. On the Classic and Standard plan, this will incur a fee if the topic does not already exist.
1010

1111
## Running the application
1212

kafka-java-liberty-sample/docs/CF_Standard_Plan.md renamed to kafka-java-liberty-sample/docs/CF_Classic_Plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IBM Cloud Foundry deployment to a Standard Plan Event Streams for IBM Cloud
1+
# IBM Cloud Foundry deployment to a Classic Plan Event Streams for IBM Cloud
22

33
## Overview
44

kafka-java-liberty-sample/docs/CF_Enterprise_Plan.md renamed to kafka-java-liberty-sample/docs/CF_Standard_Enterprise_Plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# IBM Cloud Foundry deployment to an Enterprise Plan Event Streams for IBM Cloud
1+
# IBM Cloud Foundry deployment to an Standard/Enterprise Plan Event Streams for IBM Cloud
22

33
## Overview
44

55
To deploy and run the sample:
6-
* Create a Cloud Foundry Service Alias for your Enterprise Service
6+
* Create a Cloud Foundry Service Alias for your Standard/Enterprise Service
77
* Setup your `manifest.yml` with your service details
88
* Use `ibmcloud cf push --no-start` to deploy the app to IBM Cloud Foundry
99
* Re-configure binding with Manager role
@@ -13,7 +13,7 @@ To deploy and run the sample:
1313
## Set up a Cloud Foundry Service Alias
1414
Before continuing, connect to IBM Cloud with the [IBM Cloud command line interface](https://cloud.ibm.com/docs/cli?topic=cloud-cli-ibmcloud-cli).
1515

16-
The Enterprise plan is IAM enabled. Therefore the following extra step is required to create a Cloud Foundry alias for your Service:
16+
The Standard/Enterprise plan is IAM enabled. Therefore the following extra step is required to create a Cloud Foundry alias for your Service:
1717

1818
Create a Cloud Foundry alias for your service's associated CRN:
1919
```shell

kafka-java-liberty-sample/docs/Cloud_Foundry.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To build and run the sample, you must have the done the following:
1010
* Install [Gradle 4+](https://gradle.org/)
1111
* Install Java 7+
1212

13-
## Standard or Enterprise Plan?
13+
## Classic or Standard/Enterprise Plan?
1414

1515
**It's important to know which Event Streams for IBM Cloud plan you're using as the sample deployment steps are subtly different on each plan respectively.**
1616

@@ -20,17 +20,18 @@ If you are not sure what type of Event Streams for IBM Cloud instance you have t
2020

2121
*Please make sure you are in the appropriate Region, Account, Organization and Space where you provisioned your Event Streams instance!*
2222

23-
* Event Streams for IBM Cloud Standard plan services are "Cloud Foundry Services" with the plan column showing "Standard".
23+
* Event Streams for IBM Cloud Classic plan services are "Cloud Foundry Services" with the plan column showing "Classic".
24+
* Event Streams for IBM Cloud Standard plan services are "Services" with the plan column showing "Standard".
2425
* Event Streams for IBM Cloud Enterprise plan services are "Services" with the plan column showing "Enterprise".
2526

2627

2728
## Deploy the Application
2829

29-
As the Standard and Enterprise Plan deployment steps are subtly different, we split the deployment steps into separate sections. Please navigate to the appropriate page(s):
30+
As the Classic and Standard/Enterprise Plan deployment steps are subtly different, we split the deployment steps into separate sections. Please navigate to the appropriate page(s):
3031

31-
### [Standard Plan Deployment Guide](CF_Standard_Plan.md)
32+
### [Classic Plan Deployment Guide](CF_Classic_Plan.md)
3233

33-
### [Enterprise Plan Deployment Guide](CF_Enterprise_Plan.md)
34+
### [Standard/Enterprise Plan Deployment Guide](CF_Standard_Enterprise_Plan.md)
3435

3536

3637
## Further references

kafka-nodejs-console-sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IBM Event Streams for IBM Cloud Kafka Node.js console sample application
22
This Node.js console application demonstrates how to connect to [IBM Event Streams for IBM Cloud](https://cloud.ibm.com/docs/services/EventStreams?topic=eventstreams-getting_started), send and receive messages using the [node-rdkafka](https://github.com/Blizzard/node-rdkafka) module. It also shows how to create topics using the Kafka Admin API as exposed by `node-rdkafka`.
33

4-
__Important Note__: This sample creates a topic with one partition on your behalf. On the Standard plan, this will incur a fee if the topic does not already exist.
4+
__Important Note__: This sample creates a topic with one partition on your behalf. On the Classic and Standard plan, this will incur a fee if the topic does not already exist.
55

66
## Running the application
77

0 commit comments

Comments
 (0)