Skip to content

Commit 0748ff1

Browse files
nvartolomeipaulohtb6
authored andcommitted
Add schema registry endpoints to rpk config for the quickstart (#1413)
1 parent 32be47d commit 0748ff1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/docker-compose/rpk-profile.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ admin_api:
2222
- 127.0.0.1:19644 # Admin API for Broker 1: Accessible on localhost, port 19644
2323
- 127.0.0.1:29644 # Admin API for Broker 2: Accessible on localhost, port 29644
2424
- 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

Comments
 (0)