go-kratos / kratos

Your ultimate Go microservices framework for the cloud-native era.
https://go-kratos.dev
MIT License
23.43k stars 4.01k forks source link

[Question] #3389

Closed Damon07 closed 3 months ago

Damon07 commented 3 months ago

Hi, I have a master-slave service using kratos and the slaves should forward the requests to master.It seems not easy to do it in kratos, any suggestions.

shenqidebaozi commented 3 months ago

I don't understand what the problem is, but it seems to be a business issue rather than a framework issue

Damon07 commented 3 months ago

I implemented it in http filter, ths!