chickenlj commented on PR #2573:
URL: https://github.com/apache/dubbo-go/pull/2573#issuecomment-1887337091

   Oh, the hard part with this task is that we are not just updating the old 
samples. Some of the old samples are not well designed for demo purposes, so in 
my opinion, we should move all the old samples into the 
[compatibility](https://github.com/apache/dubbo-go-samples/tree/main/compatibility/)
 directory only for testing in the future.
   
   Based on this context, I think we need to rebuild the sample project from 
scratch, to decide what are the examples that we need to show to users.
   
   Here are some features that I think are important for users:
   
   - [ ] RPC Framework
     - [x] helloworld, basic rpc usage
     - [ ] streaming rpc
     - [ ] timeout
     - [ ] retry
     - [ ] context, extra arguments
     - [ ] filter
     - [ ] error
   - [ ] Microservice Features
     - [x] registry, service discovery
     - [ ] config, `dubbogo.yml` usage
     - [ ] metrics
     - [ ] tracing
     - [ ] healthcheck
     - [ ] logger
     - [ ] interop
       - [ ] dubbo-java
       - [ ] grpc


-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to