You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kafka-nodejs-console-sample/docs/Local.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ To find the values for `<kafka_brokers_sasl>` and `<api_key>`, access your Event
39
39
For example:
40
40
* Ubuntu: /etc/ssl/certs
41
41
* 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
43
43
44
44
__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.
45
45
46
46
Alternatively, you can run only the producer or only the consumer by respectively appending the switches `-producer` or `-consumer` to the command above.
47
47
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