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
[FAB-9184] Edit http:// to https:// for make linkcheck
Numerous doc files generate "redirect" warnings when running
"make linkcheck" simply warning that http:// is being mapped to
https://, so make those changes just to quiet the output from
that command.
Change-Id: I89d6ea0d8f402fcdaf6a117c9a6dea32cbd4b8f1
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Copy file name to clipboardexpand all lines: docs/source/kafka.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Then proceed as follows:
62
62
63
63
If any of these steps fail, you can adjust the frequency with which they are repeated. Specifically they will be re-attempted every ``Kafka.Retry.ShortInterval`` for a total of ``Kafka.Retry.ShortTotal``, and then every ``Kafka.Retry.LongInterval`` for a total of ``Kafka.Retry.LongTotal`` until they succeed. Note that the orderer will be unable to write to or read from a channel until all of the steps above have been completed successfully.
64
64
65
-
#. **Set up the OSNs and Kafka cluster so that they communicate over SSL.** (Optional step, but highly recommended.) Refer to `the Confluent guide <http://docs.confluent.io/2.0.0/kafka/ssl.html>`_ for the Kafka cluster side of the equation, and set the keys under ``Kafka.TLS`` in ``orderer.yaml`` on every OSN accordingly.
65
+
#. **Set up the OSNs and Kafka cluster so that they communicate over SSL.** (Optional step, but highly recommended.) Refer to `the Confluent guide <https://docs.confluent.io/2.0.0/kafka/ssl.html>`_ for the Kafka cluster side of the equation, and set the keys under ``Kafka.TLS`` in ``orderer.yaml`` on every OSN accordingly.
66
66
#. **Bring up the nodes in the following order: ZooKeeper ensemble, Kafka cluster, ordering service nodes.**
0 commit comments