Hey Sching!I've never tried the connection with AEP specifically, but issues like this are very common with Kafka.Have you tried checking the ports to see if they're occupied already?On Linux/macOS, 'use lsof -i :<port_number>'. On Windows, use 'netstat -ano | findstr :<port_number>'You can then kil...