BurningCN commented on a change in pull request #9425:
URL: https://github.com/apache/dubbo/pull/9425#discussion_r770427842
##########
File path:
dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/migration/MigrationInvoker.java
##########
@@ -425,10 +428,10 @@ protected void
refreshServiceDiscoveryInvoker(CountDownLatch latch) {
}
setListener(serviceDiscoveryInvoker, () -> {
latch.countDown();
- //TODO FrameworkStatusReporter
-// FrameworkStatusReporter.reportConsumptionStatus(
-// createConsumptionReport(consumerUrl.getServiceInterface(),
consumerUrl.getVersion(), consumerUrl.getGroup(), "app")
-// );
+ if (reportService.hasReporter()) {
+ reportService.reportMigrationStepStatus(
Review comment:
done
##########
File path:
dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/migration/MigrationInvoker.java
##########
@@ -449,10 +452,10 @@ protected void refreshInterfaceInvoker(CountDownLatch
latch) {
}
setListener(invoker, () -> {
latch.countDown();
- //TODO FrameworkStatusReporter
-// FrameworkStatusReporter.reportConsumptionStatus(
-// createConsumptionReport(consumerUrl.getServiceInterface(),
consumerUrl.getVersion(), consumerUrl.getGroup(), "interface")
-// );
+ if (reportService.hasReporter()) {
+ reportService.reportMigrationStepStatus(
Review comment:
done
--
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]