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
- Update consumer group offsets to start / end / timestamp
41
41
-**Schema Registry**
42
42
- List schema
43
-
- Create a schema
44
-
- Update a schema
45
-
- Delete a schema
43
+
- Create / Update / Delete a schema
46
44
- View and delete individual schema version
45
+
-**Connect**
46
+
- List connect definition
47
+
- Create / Update / Delete a definition
48
+
- Pause / Resume / Restart a definition or a task
47
49
-**Nodes**
48
50
- List
49
51
- Configurations view
@@ -94,6 +96,7 @@ file example can be found here :[application.example.yml](application.example.ym
94
96
*`key`: must be an url friendly string the identify your cluster (`my-cluster-1` and `my-cluster-2` is the example above)
95
97
*`properties`: all the configurations found on [Kafka consumer documentation](https://kafka.apache.org/documentation/#consumerconfigs). Most important is `bootstrap.servers` that is a list of host:port of your Kafka brokers.
96
98
*`schema-registry`: the schema registry url *(optional)*
99
+
*`connect`: connect url *(optional)*
97
100
98
101
### Security
99
102
*`kafkahq.security.default-roles`: Roles available for all the user even unlogged user, roles available are :
@@ -128,6 +131,7 @@ kafkahq:
128
131
- topic/data/read
129
132
- group/read
130
133
- registry/read
134
+
- connect/read
131
135
```
132
136
133
137
@@ -138,7 +142,9 @@ kafkahq:
138
142
* `roles`: Role for current users
139
143
140
144
### Server
141
-
* `kafkahq.server.base-path`: if behind a reverse proxy, path to kafkahq with trailing slash
145
+
* `kafkahq.server.base-path`: if behind a reverse proxy, path to kafkahq with trailing slash (optional). Example:
146
+
kafkahq is behind a reverse proxy with url http://my-server/kafkahq, set base-path: "/kafkahq/". Not needed if you're
147
+
behind a reverse proxy with subdomain http://kafkahq.my-server/
0 commit comments