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: docs/registry/quarkus-registry/README.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,15 +133,17 @@ endif::[]
133
133
. On the command line, set the following environment variables to use your Kafka and {registry} instances with Quarkus or other applications. Replace the values with your own server and credential information:
134
134
+
135
135
* The `<bootstrap_server>` is the bootstrap server endpoint for your Kafka instance.
136
-
* The `<core_registry_url>` is the Core Registry API endpoint for your {registry} instance.
136
+
* The `<service_registry_url>` is the URL for your {registry} instance.
137
+
* The `<service_registry_core_path>` is the constant we use to for setting proper API path for service registry
137
138
* The `<oauth_token_endpoint_uri>` is the SASL/OAUTHBEARER token endpoint.
138
139
* The `<client_id>` and `<client_secret>` are the generated credentials for your service account.
139
140
+
140
141
.Setting environment variables for server and credentials
0 commit comments