1kasa opened a new issue, #791:
URL: https://github.com/apache/dubbo-go-samples/issues/791

   **File Path:** `dubbo-go-samples/compatibility/filter/custom/`
   
   1. ****Running the Application:**
      - Set the environment variable for the server's configuration:
        ```bash
        cd dubbo-go-samples/compatibility/filter/custom/go-client/cmd
        export 
DUBBO_GO_CONFIG_PATH=PATH_TO_SAMPLES/dubbo-go-samples/compatibility/filter/custom/go-server/conf/dubbogo.yml
        go run server.go
        cd dubbo-go-samples/compatibility/filter/custom/go-client/cmd
        export 
DUBBO_GO_CONFIG_PATH=PATH_TO_SAMPLES/dubbo-go-samples/compatibility/filter/custom/go-client/conf/dubbogo.yml
         go run client.go
       ```
   2. **Error Message:**
     - 
   
   <img width="1301" alt="Image" 
src="https://github.com/user-attachments/assets/98bd68e1-f56b-48b5-8a4e-a0d0ec09dc9f";
 />
   
   Question:
   1.Is this issue a configuration problem on my side, or could it be a bug in 
the sample code or dependencies?
   2. Are there any specific configurations I need to check or change to ensure 
the services start correctly?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to