Skip to the content.

TarsCPP 常见问题

Tars C++开发环境如何搭建?

Tars C++如何快速上手?

tars/tup协议是什么?

Tars C++是否支持自定义协议(比如:http)?

Tars C++如何拉取业务配置文件?

在Tars框架中运行的服务是如何被监控的?

Tars C++通讯器如何创建?

Application::getCommunicator()->stringToProxy<NotifyPrx>(ServerConfig::Notify);
TC_Config conf(“config.conf”);
CommunicatorPtr c = new Communicator(conf);

Tars C++调用的超时时间如何设置?

服务发布后但没有运行怎么查看原因?

core文件如何打开,生成在什么地方?

主控Registry故障是否会影响业务服务的正常访问?

通讯器Communicator是如何通过ServerName获取ip:prot的?