A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
JRodriguez
Premium Member
Premium Member
Posts: 425
Joined: Sat Nov 19, 2005 9:26 am
Location: New York City
Contact:

Post 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
Julio Rodriguez
ETL Developer by choice

"Sure we have lots of reasons for being rude - But no excuses
Post Reply