@cryptotaxi247 / netdata-1 / commits / ac50fe9f4

Inform users about an issue with the newest gRPC versions (#10194)

Co-authored-by: Joel Hans <joel@netdata.cloud>

Vladimir Kobal committed Nov 4, 2020 at 18:10 UTC ac50fe9f409423dc4a412c60e238dbde6273cda1
1 file changed +3
exporting/pubsub/README.md
+3
@@ -14,6 +14,9 @@ To use the Pub/Sub service for metric collecting and processing, you should firs
14 Pub/Sub support is also dependent on the dependencies of those libraries, like `protobuf`, `protoc`, and `grpc`. Next,
15 Netdata should be re-installed from the source. The installer will detect that the required libraries are now available.
16
17 +> You [cannot compile Netdata](https://github.com/netdata/netdata/issues/10193) with Pub/Sub support enabled using
18 +> `grpc` 1.32 or higher.
19 +>
20 > Some distributions don't have `.cmake` files in packages. To build the C++ Proto Libraries on such distributions we
21 > advise you to delete `protobuf`, `protoc`, and `grpc` related packages and
22 > [install](https://github.com/grpc/grpc/blob/master/BUILDING.md) `grpc` with its dependencies from source.