Open liwh1111 opened 4 years ago
I don't think it's possible to run the microservices directly in an IDE since they make assumptions based on being packaged inside a docker container. In this case, the assumption is that certain folders are available on the local file system, which is loaded as part of the docker image build process. We've gotten away from using the file system in 3.0, but the microservices now depend on running in Kubernetes, so there will be similar issues. We do offer the ability to run debug images which you can connect to via the standard Java debugger.
Hello, I want to start the service-instance-management service in idea. What configuration should be modified? Kafka has been configured, but it still reports an error