Skip to content

Commit

Permalink
docs: minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
smccarthy-ie authored and jsenko committed Apr 24, 2023
1 parent aedde3f commit d490f6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ You can configure the {kafka-streams} Operator and {operator} to use a default c

.Prerequisites

* You must install the {operator} using the OperatorHub or command line.
* You must install the {kafka-streams} Operator or have Kafka accessible from your OpenShift cluster.
* You have installed the {operator} using the OperatorHub or command line.
* You have installed the {kafka-streams} Operator or have Kafka accessible from your OpenShift cluster.

.Procedure

Expand Down Expand Up @@ -74,6 +74,7 @@ The default Kafka topic name automatically created by {registry} to store data i

** `REGISTRY_KAFKASQL_TOPIC_AUTO_CREATE=true`
** `REGISTRY_KAFKASQL_TOPIC=kafkasql-journal`

+
If you decide not to create the Kafka topic manually, skip the next step.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ You can configure the {kafka-streams} Operator and {operator} to use Salted Chal

.Prerequisites

* You must install the {operator} using the OperatorHub or command line.
* You must install the {kafka-streams} Operator or have Kafka accessible from your OpenShift cluster.
* You have installed the {operator} using the OperatorHub or command line.
* You have installed the {kafka-streams} Operator or have Kafka accessible from your OpenShift cluster.

NOTE: This section assumes that {kafka-streams} Operator is available, however you can use any Kafka deployment.
In that case, you must manually create the Openshift secrets that the {operator} expects.
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/partials/proc-persistence-kafkasql-tls.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ You can configure the {kafka-streams} Operator and {operator} to use an encrypte

.Prerequisites

* You must install the {operator} using the OperatorHub or command line.
* You must install the {kafka-streams} Operator or have Kafka accessible from your OpenShift cluster.
* You have installed the {operator} using the OperatorHub or command line.
* You have installed the {kafka-streams} Operator or have Kafka accessible from your OpenShift cluster.

NOTE: This section assumes that the {kafka-streams} Operator is available, however you can use any Kafka deployment.
In that case, you must manually create the Openshift secrets that the {operator} expects.
Expand Down

0 comments on commit d490f6e

Please sign in to comment.