summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2020-11-04 18:10:52 +0200
committerGitHub <noreply@github.com>2020-11-04 18:10:52 +0200
commitac50fe9f409423dc4a412c60e238dbde6273cda1 (patch)
treee8c941e7923f646ca32571bf73a24ae07d65e881 /exporting
parent48b6a6ec2c9c497363b35609d4a6751619d83b2a (diff)
Inform users about an issue with the newest gRPC versions (#10194)
Co-authored-by: Joel Hans <joel@netdata.cloud>
Diffstat (limited to 'exporting')
-rw-r--r--exporting/pubsub/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/exporting/pubsub/README.md b/exporting/pubsub/README.md
index db08bd5f7e..6da14c44f3 100644
--- a/exporting/pubsub/README.md
+++ b/exporting/pubsub/README.md
@@ -14,6 +14,9 @@ To use the Pub/Sub service for metric collecting and processing, you should firs
Pub/Sub support is also dependent on the dependencies of those libraries, like `protobuf`, `protoc`, and `grpc`. Next,
Netdata should be re-installed from the source. The installer will detect that the required libraries are now available.
+> You [cannot compile Netdata](https://github.com/netdata/netdata/issues/10193) with Pub/Sub support enabled using
+> `grpc` 1.32 or higher.
+>
> Some distributions don't have `.cmake` files in packages. To build the C++ Proto Libraries on such distributions we
> advise you to delete `protobuf`, `protoc`, and `grpc` related packages and
> [install](https://github.com/grpc/grpc/blob/master/BUILDING.md) `grpc` with its dependencies from source.