简体   繁体   English

C++ 谷歌云平台接收数据示例代码

[英]C++ example code of receiving data from Google Cloud Platform

I want to find a C++ example of receiving data via Google's "cloud" via Google's Pub/Sub.我想找到一个 C++ 通过 Google 的 Pub/Sub 通过 Google 的“云”接收数据的示例。

Here it seems that C++ isn't supported:这里似乎不支持 C++ :

https://github.com/googleapis/google-cloud-cpp/issues/777 https://github.com/googleapis/google-cloud-cpp/issues/777

and again here:再次在这里:

https://stackoverflow.com/a/62573062/997112 https://stackoverflow.com/a/62573062/997112

But on the main Github page:但是在主要的 Github 页面上:

https://github.com/googleapis/google-cloud-cpp https://github.com/googleapis/google-cloud-cpp

It says the languages are 90.5% C++.它说语言是 90.5% C++。

Can anyone help/is it possible to receive data from the Google Cloud in C++?任何人都可以帮助/是否可以从 C++ 中的 Google Cloud 接收数据?

The Cloud Pub/Sub client library in C++ recently became available. C++ 中的 Cloud Pub/Sub 客户端库最近可用。 Code samples in the Pub/Sub documentation should all have C++ examples, for example, publishing messages and receiving messages . Pub/Sub 文档中的代码示例应该都有 C++ 示例,例如发布消息接收消息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM