When I use spring cloud gateway to integrate spring cloud sleuth, I find that the performance is much slower than using spring cloud gateway alone. Is there any optimization scheme?
Machine configuration:6 core, 16g
spring cloud gateway:5331.9 tps
spring cloud gateway + spring cloud sleuth:4119.47 tps
“spring cloud gateway” is about 1000-2000tps slower than “spring cloud gateway + spring cloud sleuth”, and “spring cloud gateway + spring cloud sleuth” performance is reduced by 22%