File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
kafka-webview-ui/src/assembly/distribution Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
33and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## 2.0.0 (UNRELEASED )
5+ ## 2.0.0 (09/24/2018 )
66
77- Added new Stream consumer management page at /configuration/stream
88- Added ability to disable user authentication. This allows for anonymous user access.
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ By default config.yml will look similar to:
4747
4848``` yml
4949server :
50+ # # What port to run the service on.
5051 port : 8080
5152
5253# # Various App Configs
5859 # # Defines a prefix prepended to the Id of all consumers.
5960 consumerIdPrefix : " KafkaWebViewConsumer"
6061
62+ # # Sets upper limit on the number of concurrent web socket consumers supported.
63+ maxConcurrentWebSocketConsumers : 64
64+
6165 # # Require SSL
6266 requireSsl : false
6367
Original file line number Diff line number Diff line change 11server :
2+ # # What port to run the service on.
23 port : 8080
34
45# # Various App Configs
You can’t perform that action at this time.
0 commit comments