Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Pub/Sub exporting connector cannot be compiled with new grpc versions #10193

Closed
vlvkobal opened this issue Nov 4, 2020 · 0 comments · Fixed by #11872
Closed

The Pub/Sub exporting connector cannot be compiled with new grpc versions #10193

vlvkobal opened this issue Nov 4, 2020 · 0 comments · Fixed by #11872
Assignees
Labels
area/build Build system (autotools and cmake). area/exporting bug priority/low A 'nice to have' not critical issue

Comments

@vlvkobal
Copy link
Contributor

vlvkobal commented Nov 4, 2020

Bug report summary

If gRPC version 1.32 or higher and other dependencies for Pub/Sub support are installed, Netdata's build process stops with a compilation error.

googleapis/cpp-cmakefiles is not supported anymore. We should rewrite the Pub/Sub exporting connector using a new C++ library that will get GA status for Pub/Sub soon.

Netdata version

netdata v1.26.0

Component Name

Pub/Sub exporting connector

Steps To Reproduce

Install gRPC version 1.32 or higher and other prerequisites for Pub/Sub support. Compile Netdata.

Expected behavior

Netdata builds and works with Pub/Sub support enabled when the newest gRPC library is installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Build system (autotools and cmake). area/exporting bug priority/low A 'nice to have' not critical issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants