Page 1 of 1

Posted: Mon Apr 16, 2018 7:53 am
by JRodriguez
Ended up submitting an RFE for to see if the feature could be added in the future. If you feel like is a useful feature please vote for this request, the link is listed below

https://www.ibm.com/developerworks/rfe/ ... _ID=118932

In the meantime if someone is looking to get going, shell scripting with redirection could be used as below

./bin/dsjob -run ETLProject Job_1 >Event_log 2>&1;cat Event_log|/opt/IBM/InformationServer/shared-open-source/kafka/install/bin/kafka-console-producer.sh --broker-list `hostname`:59092 --topic InfosphereEvents