event-streams-samples icon indicating copy to clipboard operation
event-streams-samples copied to clipboard

Results 7 event-streams-samples issues
Sort by recently updated
recently updated
newest added

This should make it a bit clearer about how to run these samples locally

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...

IBM provides APIs for admin here: https://cloud.ibm.com/apidocs/event-streams/adminrest#listtopics The python program should use this api to demonstrate the API. The code is here: https://github.com/ibm-messaging/event-streams-samples/blob/master/kafka-python-console-sample/rest.py

After updating to node-rdkafka 2.9.1 npm install is successful. Master build fails with: ``` ../src/binding.cc:134:12: error: no matching member function for call to 'Set' exports->Set(Nan::New("errorCodes").ToLocalChecked(), errorCodes); ~~~~~~~~~^~~ /Users/jurajnyiri/Library/Caches/node-gyp/14.9.0/include/node/v8.h:3670:37: note: candidate...

https://github.com/ibm-messaging/event-streams-samples/blob/master/kafka-nodejs-console-sample/docs/Docker_Local.md instructions aren't working for windows in dos command line you have to be single line and escape quotes. I don't think single tick worked: SET VCAP_SERVICES = "{ \"instance_id\":...

The Node Sample running on MacOS 10.14.6 fails to startup. See: https://github.com/Blizzard/node-rdkafka/issues/686 Dropping down to version 2.6.1 of node-rdkafka seems to fix this temporarily

The current Docker image requires frequent updates whenever a new Kafka version is released. This is because the Kafka binary download link for older versions is removed when a new...