File tree 1 file changed +2
-2
lines changed
docs/modules/ROOT/partials/getting-started
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ $ docker pull apicurio/apicurio-registry:VERSION
44
44
. Run the container image and specify the following environment variable for your Kafka system:
45
45
+
46
46
** `APICURIO_STORAGE_KIND` - Set this to `kafkasql`
47
- ** `APICURIO_KAFKA_BOOTSTRAP_SERVERS ` - The address(es) of your Kafka broker(s).
47
+ ** `APICURIO_KAFKASQL_BOOTSTRAP_SERVERS ` - The address(es) of your Kafka broker(s).
48
48
+
49
49
For example:
50
50
+
51
51
[source,bash]
52
52
----
53
- $ docker run -it -p 8080:8080 -e "APICURIO_STORAGE_KIND=kafkasql" -e "APICURIO_KAFKA_BOOTSTRAP_SERVERS =kafka:9092" apicurio/apicurio-registry:latest
53
+ $ docker run -it -p 8080:8080 -e "APICURIO_STORAGE_KIND=kafkasql" -e "APICURIO_KAFKASQL_BOOTSTRAP_SERVERS =kafka:9092" apicurio/apicurio-registry:latest
54
54
----
55
55
endif::[]
56
56
You can’t perform that action at this time.
0 commit comments