Reputation: 792
Following this post I was able to connect our existing nodejs code into Kinesis logs (using KCL and MultiLangDaemon).
The problem is that I can't debug the code anymore. Since MultiLangDaemon uses STDIN/STDOUT to interact with executed "script", once I call "node --debug" and get the message:
"debugger listening on port 57846"
I get an error from the MultiLangDaemon saying:
"SEVERE: Received error line from subprocess [debugger listening on port 57846] for shard shardId-000000000000"
Thanks, Shushu
Upvotes: 3
Views: 1146