11# HOWTO: using the Managed Service for Apache Kafka API C++ client in your project
22
3- This directory contains small examples showing how to use the Managed Service
4- for Apache Kafka API C++ client library in your own project. These instructions
5- assume that you have some experience as a C++ developer and that you have a
6- working C++ toolchain (compiler, linker, etc.) installed on your platform.
3+ This directory contains small examples showing how to use the Apache Kafka for
4+ BigQuery API C++ client library in your own project. These instructions assume
5+ that you have some experience as a C++ developer and that you have a working C++
6+ toolchain (compiler, linker, etc.) installed on your platform.
77
88- Packaging maintainers or developers who prefer to install the library in a
99 fixed directory (such as ` /usr/local ` or ` /opt ` ) should consult the
@@ -24,7 +24,8 @@ working C++ toolchain (compiler, linker, etc.) installed on your platform.
2424## Before you begin
2525
2626To run the quickstart examples you will need a working Google Cloud Platform
27- (GCP) project.
27+ (GCP) project. The [ quickstart] [ quickstart-link ] covers the necessary steps in
28+ detail.
2829
2930## Configuring authentication for the C++ Client Library
3031
@@ -134,3 +135,4 @@ set GRPC_DEFAULT_SSL_ROOTS_FILE_PATH=%cd%\roots.pem
134135[ grpc-roots-pem-bug ] : https://github.com/grpc/grpc/issues/16571
135136[ homebrew-cmake-link ] : https://formulae.brew.sh/formula/cmake
136137[ howto-setup-dev-workstation ] : /doc/contributor/howto-guide-setup-development-workstation.md
138+ [ quickstart-link ] : https://cloud.google.com/managed-kafka/docs/quickstart
0 commit comments