Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Information and instructions regarding the use of these samples can be found in
The aim of the samples is to help you get started with Message Hub within minutes. They are not production-ready applications but should give you useful pointers at how to build, package and deploy applications as well as how to make basic API calls against us with error handling. We did all the heavy lifting so you can focus on developing exciting code with value!

## Provisioning your Message Hub Cluster
In order to provision a Message Hub cluster, please visit the [IBM Cloud® catalog](https://console.stage1.bluemix.net/catalog/). Please also familiarise yourself with Message Hub and Apache Kafka basics and terminology. [Our documentation](https://console.bluemix.net/docs/services/MessageHub/) is a good starting point.
In order to provision a Message Hub cluster, please visit the [IBM Cloud® catalog](https://console.bluemix.net/catalog/). Please also familiarise yourself with Message Hub and Apache Kafka basics and terminology. [Our documentation](https://console.bluemix.net/docs/services/MessageHub/) is a good starting point.


### Pricing plans
Expand Down
133 changes: 0 additions & 133 deletions connecting_to_mhub.md

This file was deleted.

2 changes: 1 addition & 1 deletion kafka-java-console-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This Java console application demonstrates how to connect to [IBM Message Hub](h

It can be run locally on your machine or deployed into [IBM Cloud](https://console.ng.bluemix.net/). The readme focuses on running the application on a local console.

For help with additional deployment modes, please refer to our [connection guide](https://console.stage1.bluemix.net/docs/services/MessageHub/messagehub127.html#connect_messagehub).
For help with additional deployment modes, please refer to our [connection guide](https://console.bluemix.net/docs/services/MessageHub/messagehub127.html#connect_messagehub).

__Important Note__: This sample creates a topic named `kafka-java-console-sample-topic` on your behalf with one partition - this will incur a fee on our Standard Plan if the topic does not already exist on your account.

Expand Down