11kafkahq :
22 server :
3- base-path : " " # if behind a reverse proxy, path to kafkahq with trailing slash (optionnal)
4- access-log : # Access log configuration (optionnal)
3+ base-path : " " # if behind a reverse proxy, path to kafkahq with trailing slash (optional). Example: kafkahq is
4+ # behind a reverse proxy with url http://my-server/kafkahq, set base-path: "/kafkahq/".
5+ # Not needed if you're behind a reverse proxy with subdomain http://kafkahq.my-server/
6+ access-log : # Access log configuration (optional)
57 enabled : true # true by default
68 name : org.kafkahq.log.access # Logger name
79 format : " [Date: {}] [Duration: {} ms] [Url: {} {} {}] [Status: {}] [Ip: {}] [Length: {}] [Port: {}]" # Logger format
810
9- # default kafka properties for each clients, available for admin / producer / consumer (optionnal )
11+ # default kafka properties for each clients, available for admin / producer / consumer (optional )
1012 clients-defaults :
1113 consumer :
1214 properties :
@@ -15,9 +17,9 @@ kafkahq:
1517 # list of kafka cluster available for kafkahq
1618 connections :
1719 my-cluster-1 : # url friendly name for the cluster
18- properties : # standard kafka properties (optionnal )
20+ properties : # standard kafka properties (optional )
1921 bootstrap.servers : " kafka:9092"
20- schema-registry : " http://schema-registry:8085" # schema registry url (optionnal )
22+ schema-registry : " http://schema-registry:8085" # schema registry url (optional )
2123
2224 my-cluster-2 :
2325 properties :
@@ -41,12 +43,13 @@ kafkahq:
4143 ssl.keystore.password : password
4244 ssl.key.password : password
4345
44- # Topic display data options (optionnal )
46+ # Topic display data options (optional )
4547 topic-data :
4648 sort : OLDEST # default sort order (OLDEST, NEWEST) (default: OLDEST)
4749 size : 50 # max record per page (default: 50)
50+ poll-timeout : 1000 # The time, in milliseconds, spent waiting in poll if data is not available in the buffer.
4851
49- # Auth & Roles (optionnal )
52+ # Auth & Roles (optional )
5053 security :
5154 default-roles : # Roles available for all the user even unlogged user
5255 - topic/read
0 commit comments