Closed khotyn closed 5 years ago
If a user wants to disable tracing functionality in SOFARPC, he can only add
System.setProperty(RpcOptions.DEFAULT_TRACER, "");
or
RpcConfigs.putValue(RpcOptions.DEFAULT_TRACER, "")
in the code.
We should provide a Spring Boot's way to disable tracing.
If a user wants to disable tracing functionality in SOFARPC, he can only add
or
in the code.
We should provide a Spring Boot's way to disable tracing.