gainorloss opened a new issue, #409:
URL: https://github.com/apache/rocketmq-clients/issues/409
1. windows10 部署 5.1.0非代理模式 nuget:5.1.0 rc
2. nuget:Rocketmq.client 5.1.0-rc1
3.
>
var clientConfig = new ClientConfig.Builder()
.SetEndpoints("localhost:9876")
.Build();
var producerBuilder = new Producer.Builder()
.SetTopics("erp")
.SetClientConfig(clientConfig);
try
{
var producer = await producerBuilder.Build();
}
catch (Exception e)
{
Trace.TraceError(e.Message);
}
4. 详细报错 _Status(StatusCode="Internal", Detail="Error starting gRPC call.
HttpRequestException: Requesting HTTP version 2.0 with version policy
RequestVersionOrHigher while server offers only version fallback.",
DebugException="System.Net.Http.HttpRequestException: Requesting HTTP version
2.0 with version policy RequestVersionOrHigher while server offers only version
fallback._
--
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]