Skip to content

Commit 439d9ce

Browse files
Ram Vennammimaison
authored andcommitted
mac openssl path can be openssl@1.1
1 parent 468449f commit 439d9ce

File tree

1 file changed

+2
-2
lines changed
  • kafka-nodejs-console-sample/docs

1 file changed

+2
-2
lines changed

kafka-nodejs-console-sample/docs/Local.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ To find the values for `<kafka_brokers_sasl>` and `<api_key>`, access your Event
3939
For example:
4040
* Ubuntu: /etc/ssl/certs
4141
* RedHat: /etc/pki/tls/cert.pem
42-
* macOS: /usr/local/etc/openssl/cert.pem from openssl installed by brew
42+
* macOS: /usr/local/etc/openssl/cert.pem or /usr/local/etc/openssl@1.1/cert.pem from openssl installed by brew
4343

4444
__Note__: `<kafka_brokers_sasl>` must be a single string enclosed in quotes. For example: `"host1:port1,host2:port2"`. We recommend using all the Kafka hosts listed in the `Credentials` you selected.
4545

4646
Alternatively, you can run only the producer or only the consumer by respectively appending the switches `-producer` or `-consumer` to the command above.
4747

48-
The sample will run indefinitely until interrupted. To stop the process, use `Ctrl+C`.
48+
The sample will run indefinitely until interrupted. To stop the process, use `Ctrl+C`.

0 commit comments

Comments
 (0)