Skip to content
Snippets Groups Projects
Commit 37a43ff2 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix protocol version

parent d01d7f49
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@
namespace asapo {
const std::string ReceiverDiscoveryService::kServiceEndpointSuffix = "/asapo-discovery/"+kProducerProtocol.GetDiscoveryVersion()
+"/asapo-receiver?protocol="+kConsumerProtocol.GetVersion();
+"/asapo-receiver?protocol="+kProducerProtocol.GetVersion();
ReceiverDiscoveryService::ReceiverDiscoveryService(std::string endpoint, uint64_t update_frequency_ms): httpclient__{DefaultHttpClient()},
log__{GetDefaultProducerLogger()},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment