Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

282
Views
Not able to run child process in node kafka consumer
const { spawn } = require('child_process');
const child = spawn('dir', ['./kafka'], { shell: true });
child.stdout.on('data', (data) => {
  console.log("child process started");
});
child.stderr.on('data', (data) => {
  console.error("failed to start child process");
});

child.on('close', (code) => {
  console.log(`child process exited with code ${code}`);
});

Used above code to execute kafka consumer in a separate child process which is located in kafka folder with name consumer.js.

Getting this error

failed to start child process
child process exited with code 127
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!