ibm-messaging / event-streams-samples

Apache License 2.0
95 stars 168 forks source link

NodeJS documentation for local confusing when using Cloud Pak for for Integration #84

Open alexbonti opened 2 years ago

alexbonti commented 2 years ago

Could you please provide an example of the credentials needed when using Event streams from a deployed Cloud Pak for integraton ? I am getting different errors and i am not sure if it is due to the credentials I am using. This would be very useful for us NodeJS developers, I spent a few days sorting things out, and I still haven't figured out.

prestona commented 2 years ago

Hi @alexbonti, the samples in this repository are designed to be used with Event Streams when consumed as a service on IBM Cloud. E.g., https://cloud.ibm.com/docs/EventStreams/index.html. I think you might be looking for https://github.com/ibm-messaging/kafka-java-vertx-starter which contains samples designed to work with the Event Streams deployed via Cloud Pak for Integration.

I'll update the README.md in this repo to clarify, and link to the other samples.