We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32be47d commit 0748ff1Copy full SHA for 0748ff1
1 file changed
tests/docker-compose/rpk-profile.yaml
@@ -22,3 +22,11 @@ admin_api:
22
- 127.0.0.1:19644 # Admin API for Broker 1: Accessible on localhost, port 19644
23
- 127.0.0.1:29644 # Admin API for Broker 2: Accessible on localhost, port 29644
24
- 127.0.0.1:39644 # Admin API for Broker 3: Accessible on localhost, port 39644
25
+
26
+# Configuration for connecting to the Redpanda Schema Registry API.
27
+schema_registry:
28
+ # List of Schema Registry API endpoints.
29
+ addresses:
30
+ - 127.0.0.1:18081 # Schema Registry API for Broker 1: Accessible on localhost, port 18081
31
+ - 127.0.0.1:28081 # Schema Registry API for Broker 2: Accessible on localhost, port 28081
32
+ - 127.0.0.1:38081 # Schema Registry API for Broker 3: Accessible on localhost, port 38081
0 commit comments