registry/directory/directory.go (4 lines): - line 320: // configRouters configures dynamic routers into the router chain, but, the current impl is incorrect, see FIXME above. - line 494: // TODO:unregister & unsubscribe - line 568: // FIXME: this doesn't trigger dir.overrideUrl() - line 596: // FIXME: this doesn't trigger dir.overrideUrl() config_center/zookeeper/impl.go (3 lines): - line 70: // TODO adapt config center config - line 104: // TODO this method should has a parameter 'group', and it does not now, so we should concat group and key with '/' manually - line 163: // FIXME this method need to be fixed, because it will recursively registry/servicediscovery/service_discovery_registry.go (2 lines): - line 146: // FIXME ServiceNames.String() is not good - line 240: // FIXME ServiceNames.String() is not good common/url.go (2 lines): - line 356: // TODO :may need add interface key any value condition - line 768: // TODO configuration merge, in the future , the configuration center's config should merge too. registry/protocol/protocol.go (2 lines): - line 257: // TODO: unregister & unsubscribe - line 417: // TODO unsubscribeUrl metrics/api.go (2 lines): - line 101: type Type uint8 // TODO check if Type is is useful - line 121: Type Type // TODO check if this field is useful protocol/triple/server.go (2 lines): - line 90: // TODO: think about a more elegant way to configure tls, - line 94: // TODO: Once the global replacement of the config is completed, protocol/triple/client.go (2 lines): - line 188: // TODO: think about a more elegant way to configure tls, - line 192: // TODO: Once the global replacement of the config is completed, config/otel_config.go (1 line): - line 118: // TODO: dynamic config protocol/dubbo/hessian2/hessian_response.go (1 line): - line 319: // TODO response object should not be copied again to another object, it should be the exact type of the object metadata/report/zookeeper/listener.go (1 line): - line 99: // FIXME do not use Client.ExistW, cause it has a bug(can not watch zk node that do not exist) remoting/getty/listener.go (1 line): - line 44: WritePkg_Timeout = 5 * time.Second // TODO: WritePkg_Timeout will entry *.yml metadata/options.go (1 line): - line 70: // TODO remove this recover func,this just to avoid some unit test failed,this will not happen in user side mostly config/service_config.go (1 line): - line 233: // TODO: delay export metrics/rpc/collector.go (1 line): - line 99: // TODO: Breaking down RPC exceptions further registry/exposed_tmp/exposed.go (1 line): - line 33: // TODO remove this recover func,this just to avoid some unit test failed,this will not happen in user side mostly protocol/rest/server/rest_server.go (1 line): - line 161: // TODO read as a slice registry/polaris/listener.go (1 line): - line 85: // TODO need to add UnWatch in polaris protocol/triple/triple_protocol/server.go (1 line): - line 179: // TODO: Maybe we should be able to find a better way to start TLS. protocol/dubbo3/dubbo3_invoker.go (1 line): - line 255: // FIXME here can't check if tcp server is started now!!! metadata/info/metadata_info.go (1 line): - line 225: // TODO includeKeys load dynamic config/metric_config.go (1 line): - line 130: // TODO update filter/otel/trace/filter.go (1 line): - line 41: // TODO: use single filter to simplify filter field in configuration remoting/exchange_client.go (1 line): - line 95: // FIXME atomic operation registry/polaris/registry.go (1 line): - line 174: // TODO wait polaris support it server/action.go (1 line): - line 145: // TODO: delay needExport config_center/zookeeper/listener.go (1 line): - line 49: // FIXME do not use Client.ExistW, cause it has a bug(can not watch zk node that do not exist) protocol/triple/dubbo3_invoker.go (1 line): - line 260: // FIXME here can't check if tcp server is started now!!!